body.richtext {
	font-size: 75%;
}
.richtext {
	font-family: Arial, sans-serif;
	color: #565656;
}

em {
	font-style: normal;
	color: #4C1E63;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Georgia, serif;
	color: #4c1e63;
	font-weight: bold;
	margin-bottom: 0.75em;
}

.richtext h1,
.richtext h2,
.richtext h3,
.richtext h4,
.richtext h5,
.richtext h6 {
	margin-top: 1em;
/*	text-transform: lowercase;*/
}

h1,
h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.6666em;
	line-height: 1.2;
}

h4 {
	font-size: 1.5em;
}

h5 {
	font-size: 1.25em;
}

h6 {
	font-family: Arial, sans-serif;
	font-size: 1.08333em;
	font-weight: bold;
	color: #000000;
}

.richtext p {
	/*font-size: 1.08333em;*/
/*	font-size: 1.167em;*/
	line-height: 1.4615; /* hit exact pixels (19) */
	margin-bottom: 0.75em;
}
.largetext p {
	font-size: 1.167em;
}
.richtext a {
	color: #F7BA25;
	text-decoration: none;
}
.richtext a:hover {
	text-decoration: underline;
}

ul,
ol {
	font-size: 1em;
	margin: 0 0 2em 0;
}
	ul li,
	ol li {
		background: url(/images/ul-grey.gif) 0 0.3em no-repeat;
		padding: 0 0 0.5em 15px;
		line-height: 1.1666em;
	}

ul.links,
ol.links {
	
}
	ul.links li,
	ol.links li {
		background: url(/images/ul-black.gif) 0 0.3em no-repeat;
	}
		ul.links li a,
		ol.links li a {
			color: #565656;
			font-weight: normal;
		}
			ul.links li a:hover,
			ol.links li a:hover {
				color: #F7BA25;
				text-decoration: none;
			}

.richtext ol.links li {
	background-image: url(/images/ul-black.gif);
}

hr {
	border: none;
	background-color: #eeeeee;
	color: #eeeeee;
	height: 1px;
	margin: 2em 0 1.75em;
}

.richtext blockquote {
	line-height: 1.4166em; /* hit exact pixels (17) */
	border: 1px solid #cccccc;
	padding: 1em;
	margin: 1em 0;
	font-style: italic;
}