/* beweb savvy cms styles - modify as required */
/*
INSTRUCTIONS/NOTES:
 - Modify as needed, they are not hard and fast rules.
 - The table styles will be used if the administrator pastes in a table from microsoft word, excel or an html page, so its important to define them (they can of course be the same as body copy).
 - Use the next H tag after the headings you need (eg h3 or h4 say) for featured paragraph text if you have such a thing.
 - The BODY style is used in the html editor control itself, so best not to have anything too wacky on the generic body tag (eg a black background colour when the text colour is black). If you want to put styles on the body tag just use a class.
*/

.normal,P,H1,H2,H3,H4,UL,OL,LI,TD,TH {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	margin-top: 0px;
	margin-bottom: 0px;
	color:#005881;

}
.normal,P,UL,OL,LI,TD,TH {
	color:#005881;
	margin:0px;
}
br{
	line-height:5px;
}
xH1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#90A7D6;
	xmargin:0px;
}
xH2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999999;
	font-weight: bold;
	xmargin:0px;
}
H1, H2, H3 {
	font-size:12px;
	font-weight:bold;
	color:#90A7D6;
	xmargin:0px;
}
xH4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	font-weight: bold;
	xmargin:0px;
}
UL {
	margin-left: 20px;
	margin-bottom: 8px;
}
OL {
	margin-left: 30px;
	margin-bottom: 8px;
}
img { 
	border:none; 
}
form {
	margin: 0px;
}
 .Standard_Table {
	border: 1px solid #999999;
	vertical-align: top;
	border-collapse: collapse;
}
 .Standard_Table TH {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
	font-weight: bold;
	text-align: left;
	background-color: #dddddd;
}
 .Standard_Table TD {
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 3px;
}
 .Invisible_Gridlines {
	vertical-align: top;
}
input{
	font-size:10px;
	width:80px;
	height:15px;
	border:1px solid grey;
}
/* end of beweb savvy cms styles */
.navTableHead{
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	color:#90A7D6;
	border-top:1px solid #487FAB;
}
.navTableCenter{
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	color:#005881;
	background-image:url(images/navBg.gif);
	background-repeat:repeat-x;
}
.navTableFoot{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#90A7D6;
}
.featureCopy{
	font-size:10px;
	font-weight:bold;
	background-color:#FFFFFF;
}
.navTableHead a:visited{color:#90A7D6; text-decoration:none;font-weight:normal}
.navTableHead a:link{color:#90A7D6; text-decoration:none;font-weight:normal}
.navTableHead a:hover{color:white; text-decoration:underline;font-weight:normal}
.navTableHead a:active{color:white; text-decoration:none;font-weight:normal}

.navTableCenter a:visited{color:#005881; text-decoration:none;font-weight:normal}
.navTableCenter a:link{color:#005881; text-decoration:none;font-weight:normal}
.navTableCenter a:hover{color:#FF6600; text-decoration:underline;font-weight:normal}
.navTableCenter a:active{color:#FF6600; text-decoration:none;font-weight:normal}


.navTableFoot a{color:#3398C7; text-decoration:none;}
.navTableFoot a:hover{color:white; text-decoration:underline;}


a{color:#005881; text-decoration:underline;font-weight:bold;}
a:hover{color:#FF6600; text-decoration:underline;font-weight:bold;}

a.navLinks{color:#005881; text-decoration:underline;font-weight:normal}
a.navLinks:hover{color:#339999; text-decoration:underline;font-weight:normal}
a.navLinks:visited{color:#339999; text-decoration:underline;font-weight:normal}

.search a{color:#005881; text-decoration:none;}
.search a:hover{color:#FFFFFF; text-decoration:none; background-color:#666666}





