.richtext {
	/*color: #000;
	background-color: #FFF;
	font-family: Helvetica, Arial, sans-serif; */
}

/*.richtext h1,
.richtext h2,*/
.richtext h3,
.richtext h4,
.richtext h5,
.richtext h6 {
	font-weight: bold;
	margin-bottom: 0.15em;
}

/*.richtext h1 {
	font-size: 1.46em;
}

.richtext h2 {
	font-size: 1.46em;
}*/

.richtext h3 {
	font-size: 1.33em;
}

.richtext h4 {
	font-size: 1.21em;
}

.richtext h5 {
	font-size: 1.1em;
}

.richtext h6 {
	font-size: 1em;
}

.richtext p {
	line-height: 1.7em;
	margin-bottom: 1em;
	text-align: justify;
	font-size: 0.9166em;
	font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
}

.richtext blockquote {
	border: 1px solid #BBB;
	background-color: #EEE;
	padding: 1em 2em 0.2em 3em;
	margin: 0.5em 0 1em 0;
	font-style: italic;
	font-family: Georgia, Times, serif; 
}

.richtext ul,
.richtext ol {
	margin: 0 0 0.8em 2.5em;
}

.richtext ul ul,
.richtext ol ol {
	margin-top: 0.3em;
}

.richtext ul {
	list-style: square outside;
}

.richtext ol {
	list-style: decimal outside;
}

.richtext ol ol {
	list-style-type: lower-alpha;
}

.richtext ol ol ol {
	list-style-type: lower-roman;
}

.richtext li {
	line-height: 1.3em;
	margin-bottom: 0.5em;
}

.richtext dl {
	margin: 0 2em 1em 2.5em;
}

.richtext dt {
	font-weight: bold;
	margin: 1em 0 0.4em 0;

}

.richtext dd {
	line-height: 1.3em;
	margin-bottom: 0.5em;
}

.richtext a {
	font-weight: bold;
}
	.richtext a:hover {
		text-decoration: underline;
	}

.richtext h2 {
	font-family: 'Century Gothic', "Helvetica Neue", Helvetica, arial, sans-serif;
	border-bottom: 1px solid #000000;
	font-size: 1em;
	font-weight: bold;
	margin-top: 2em;
	padding-bottom: 1em;
	text-transform: uppercase;
}