/* This should only apply to the wysiwyg */
body.richtext {
	font-size: 75%;
	background: #FFF;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.richtext {
	color: #333;
}
.richtext a {
	color: #F6A812;
	text-decoration: none;
}
.richtext a:hover {
	color: #333;
	text-decoration: underline;
}
.richtext h1,
.richtext h2,
.richtext h3,
.richtext h4,
.richtext h5,
.richtext h6 {
	letter-spacing: -1px;
	font-weight: bold;
	margin-bottom: 0.5em;
	color: #333E46;
	line-height: 1.35;
}
/*.richtext h3 a,
.richtext h4 a,
.richtext h5 a,
.richtext h6 a {
	color: #006699;
}*/
.richtext h3 a:hover,
.richtext h4 a:hover,
.richtext h5 a:hover,
.richtext h6 a:hover {
/*	color: #006699;*/
/*	text-decoration: none;*/
}
.richtext h1,
.richtext h2 {
	font-size: 2.083em;
	line-height: 1.24;
	color: #19ADE4;
}
.richtext h3 {
	font-size: 1.6667em;
}

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

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

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

.richtext p,
p.richtext {
	font-size: 1.0833em;
	line-height: 1.615;
	margin-bottom: 1.25em;
	text-align: left;
}

.richtext blockquote {
/*	border: 1px solid #BBB;*/
/*	background-color: #EEE;*/
/*	padding: 1em 2em;*/
	margin: 0 0 0.5em 0;
	font-style: italic;
/*	font-family: Georgia, Times, serif;*/
	line-height: 1.4;
	color: #19ADE4;
}

.richtext ul,
.richtext ol {
	padding: 0;
	margin: 0 0 1em 0;
	font-size: 1.0833em;
}

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

.richtext ul {
	padding-left: 0;
	list-style: none;
}

.richtext ol {
	list-style: decimal outside;
	padding-left: 20px;
}

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

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

.richtext li {
	line-height: 1.5;
	margin: 0 0 0.5em;
}
	.richtext li a {
		line-height: 1.5; /*IE8*/
	}
	.richtext li a:hover {
		color: #F6A812;
	}
.richtext ul li {
	background: transparent url(/images/roundarrow.gif) no-repeat 0 0.3077em;
	padding-left: 19px;
}

.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 hr {
	display: block;
	height: 0;
	padding: 0;
	outline: 0;
	border: 1px dotted #E1E1E1;
	border-width: 1px 0 0 0;
	margin: 0 0px 20px;
}
#ie6 .richtext hr,
#ie7 .richtext hr {
	margin-top: -7px;
	margin-bottom: 12px;
}
