/* This should only apply to the wysiwyg */
body.richtext {
	font-size: 75%;
	font-family: arial, sans-serif;
	color: #424242;
	background: #F5F5F5;
}

.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: normal;
	margin-bottom: 0.5em;
}

/*.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,
p.richtext {
	line-height: 1.7em;
	margin-bottom: 1em;
	text-align: left;
}

.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 {
	padding: 5px 0;
	margin: 0 0 0.5em 0;
}

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

.richtext ul {
	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 {
/*	font-size: 0.9167em;*/
	line-height: 2em;
	margin: 0;
}
.richtext ul li {
	background: transparent url(/images/orange-arrow.gif) no-repeat 0 0.75em;
	padding-left: 13px;
}

.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 {
	color: #ff7e28;
/*	background: transparent url(/images/link_arrow-grey.gif) no-repeat 100% 50%;
	padding-right: 12px;
	margin-right: 2px;*/
	font-weight: bold;
}
/*.richtext a {
	color: #f87c39;
	background: url(../images/link_arrow-grey.gif) right 50% no-repeat;
	padding-right: 12px;
	margin-right: 6px;
	font-weight: bold;
}*/
	.richtext a:hover {
		text-decoration: underline;
	}