/* This should only apply to the wysiwyg */
body.richtext {
	font-size: 75%;
	background: #FFF;
}

.richtext {
	font-family: "Lucida Grande", Arial, sans-serif;
	color: #333;
}

.richtext h1,
.richtext h2,
.richtext h3,
.richtext h4,
.richtext h5,
.richtext h6 {
	font-weight: normal;
	margin-bottom: 0.5em;
	font-family: "Century Gothic", Arial, sans-serif; 
}

.richtext h1 {
	font-size: 2em;
}

.richtext h2 {
	font-size: 2em;
}

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

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

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

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

.richtext p,
p.richtext {
	line-height: 1.5;
	margin-bottom: 0.5em;
	text-align: left;
}

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

.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: disc outside;*/
}

.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.5em;
	margin: 0 0 0.5em;
}
.richtext ul li {
	background: transparent url(/images/bullet.gif) no-repeat 0 0.45em;
	padding-left: 15px;
}

.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: #8B0F21;
	text-decoration: underline;
}
	.richtext a:hover {
	}