/*
	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;
}
.wysiwyg a {
	color:#D60021;
}
.wysiwyg a:hover,
.wysiwyg a:active,
.wysiwyg a:hover strong,
.wysiwyg a:active strong {
	color:#C00030;
}
.wysiwyg img {

}
.wysiwyg a strong {
	color:#336;
}
.wysiwyg strong { 
	color:#02376B;
}

.wysiwyg h2 {
	font-size:140%;
	margin:1em 0em 1em 0em;
	color:#336;
}
.wysiwyg h3 {
	font-size:120%;
	margin:1.8em 0em 1em 0em;
	color:#336;
}
.wysiwyg h4 {
	font-size:100%;
	margin:1.8em 0em 0em 0em;
	color:#336;
}
.wysiwyg ul,
.wysiwyg ol {
	margin:1em 0 1em 34px;
	padding:0;
}
.wysiwyg ul ul,
.wysiwyg ol ol,
.wysiwyg ul ol,
.wysiwyg ol ul {
	margin:.2em 0 .2em 20px;
}
.wysiwyg li {
	margin-bottom:.4em;
	color:#336;
}
.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:0 0 1em 0;
	border-collapse:collapse;
	border:none;
	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;
	font-size:90% !important;
	background:#fff;
}
.wysiwyg table.noborder td {
	border-collapse:collapse;
	border:none;
	border-right:1px solid #CECEFF;
	border-bottom:1px solid #CECEFF;
	vertical-align:top;
	background:#fff;
	padding:.3em 10px .3em 3px;
	font-size:90% !important;
}
.wysiwyg hr {
	clear:both;
	border:none;
	border-top:1px solid #CDDBEB;
	color:transparent;
	background-color:transparent;
	height:1px;
	color:#CDDBEB;
}


.wysiwyg  p.paragraphCentre {
	text-align:center;
}
.wysiwyg  p.paragraphIntroText {
	font-size:12px !important;
	color:#336;
	font-weight:bold;
}

.wysiwyg  p.paragraphCentre {
	text-align:center;
}
.wysiwyg  p.paragraphIntroText {
	color:#336 !important;
	font-weight:bold !important;
}

.wysiwyg  p.tableHeader {
	background:#336 !important;
	color:#fff !important;
	font-weight:bold !important;
	padding:1px 5px !important;
	font-size:90% !important;
	margin-bottom:2px !important;
	margin-right:9px;
}
.wysiwyg  td.redText {
	color:#f00 !important;
}
.wysiwyg  td.darkRedackground {
	color:#fff !important;
	font-weight:bold;
	background-color:#900 !important;
}
.wysiwyg  td.redBackground {
	color:#fff !important;
	background-color:#f00 !important;
}

/* hide from ie5, 5.5 */
.wysiwyg table.border,
.wysiwyg table.noborder {
	voice-family:"\"}\"";
	voice-family:inherit;
	width:98%;
}
/* end hide from ie5, 5.5 */