/*
	Filename         :	wysiwyg.css
	Created by       :	Mark Thomas
	Last modified by :	Mark Thomas
	Created          :	26 February 2004 09:34:15
	Last Updated     :	26 February 2004 09:40:11
	Comments         :	Styles for the cms content
*/
.wysiwyg {
	line-height:140%;
}
.wysiwyg p {
	margin:0 0 1em 0;
	/*padding:0 0 0 1px; KP taken out*/
}
.wysiwyg a {
	color:#990033;
}
.wysiwyg a:hover,
.wysiwyg a:active,
.wysiwyg a:hover strong,
.wysiwyg a:active strong {
	color:#990033;
}
.wysiwyg img {
	border:none;
}
.wysiwyg a strong {
	color:#990033;
}
.wysiwyg strong { 
}
.wysiwyg h1 {
	font-size:135%;
	margin:0 0 1em 0;
	color:#333;
}
.wysiwyg h2 {
	font-size:125%;
	margin:0 0 1em 0;
	color:#990033;
}
.wysiwyg h3 {
	color:#990033;
	font-size:110%;
	font-weight:bold;
	margin:6px 0pt;
}
.wysiwyg h4 {
	color:#990033;
	font-size:110%;
	font-weight:normal;
	margin:6px 0pt;
}
.wysiwyg ul,
.wysiwyg ol {
	margin:1em 0 1em 24px;
	padding:0;
}
.wysiwyg ul ul,
.wysiwyg ol ol,
.wysiwyg ul ol,
.wysiwyg ol ul {
	margin:.2em 0 .2em 20px;
}
.wysiwyg li {
	margin-bottom:.4em;
}
.wysiwyg img.imgLeft {
	float:left;
	margin:3px 15px 10px 0px;
}
.wysiwyg img.imgRight {
	float:right;
	margin:3px 0px 10px 15px;
}
.wysiwyg table.border {
	border-top:1px solid #C2D2E5;
	border-collapse:collapse;
	margin:1.5em 0 1em 0;
	font-size:100%;
}
.wysiwyg table.noborder {
	margin:1.5em 0 1em 0;
	border:none;
	border-collapse:collapse;
	font-size:100%;
}
.wysiwyg table.border td {
	border-bottom:1px solid #C2D2E5;
	border-collapse:collapse;
	vertical-align:top;
	padding:.3em 10px .3em .6em;
	color:#444;
}
.wysiwyg table.noborder td {
	border:none;
	border-collapse:collapse;
	vertical-align:top;
	padding:.3em 10px .3em 0;
}
.wysiwyg hr {
	clear:both;
	border:none;
	border-top:1px solid #CDDBEB;
	color:transparent;
	background-color:transparent;
	height:1px;
	color:#CDDBEB;
}

/* taken from custom_styles.css */


/* hide from ie5, 5.5 */
.wysiwyg table.border,
.wysiwyg table.noborder {
	voice-family:"\"}\"";
	voice-family:inherit;
	width:98%;
}
/* end hide from ie5, 5.5 */