/**
 * CSS Reset
 * @author
 *     Yahoo - URL http://developer.yahoo.com/yui/reset/
 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content:'';
}
abbr,acronym { border: 0; }

/**
 * Default content styles
 */
html {
    height: 100%;
}

body {
	font-family: Arial, sans-serif;
	font-size: 12px;
    height: 100%;
}

a {
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

img {
	border: none;
}

/* RTE Article */
.rich-content {
	font-size:14px;
    margin-left: 3px;
	line-height: 18px;
}

.rich-content  p {
	margin-bottom: 10px;
}

.rich-content h1 {
    font-size: 24px;
    margin-top: 10px;
	margin-bottom: 14px;
    line-height: 22px;
}

.rich-content h2 {
    font-size: 20px;
    margin-top: 10px;
	margin-bottom: 14px;
    line-height: 20px;
}

.rich-content h3 {
    font-size: 18px;
    margin-top: 10px;
	margin-bottom: 12px;
}

.rich-content h4, .rich-content h5, .rich-content h6 {
	margin-bottom: 10px;
}

.rich-content .blogPerson {
	font-size: 12px;
	line-height: 18px;
}

.rich-content ul {
	margin: 10px 0 10px 0;
	padding: 0;
}

.rich-content ul li {
    list-style: disc;
	padding: 0 0 6px 0px;
	margin-left: 15px;
	font-size: 14px;
	font-weight: normal;
}

.rich-content ol li {
	list-style: decimal;
	padding: 0 0 6px 0;
	margin-left: 22px;
	font-size: 14px;
	font-weight: normal;
}

.rich-content blockquote {
	margin: 0 0 13px 0;
	padding-left: 18px;
}

.rich-content pre {
	padding: 6px;
	padding-left: 18px;
	font: Courier;
	font-size: 12px;
}

