/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#599ed3;
	background-image:url(../../images/BG.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-attachment:fixed;
}

input[type=text],input[type=password],select,textarea{
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #73b3e4;
	font-size:10px;
	color:#02528e;
}

input[type=button], input[type=submit], input[type=reset]{
	margin:0px; padding:0px; background-image:url(../../images/buttonFace.jpg);
	background-position:center; background-repeat:repeat-x;
	background-color:#FFFFFF;
	border:1px solid #73b3e4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333333;
	height:17px;
}

a{
	text-decoration:none;
	color:#005da4;
}
a:hover{
	text-decoration:underline;
	color:#0000FF;
}

.topMenu{
	background-color:#02528e;
}

.topMenu a{
	padding-left:15px;
	padding-right:15px;
	color:#FFFFFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.topMenu a:hover{
	background-color:#003e6d;
}

.b12{font-size:12px; font-weight:bold; color:#02528e;}
.b14{font-size:14px; font-weight:bold; color:#02528e;}
.b16{font-size:16px; font-weight:bold; color:#02528e;}
.b18{font-size:18px; font-weight:bold; color:#02528e;}

.bBar{
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#02528e;
	padding:2px;
}
.infotableHead{
	background-color:#73b3e4;
	padding:2px;
	color:#000000;
	font-weight:bold;
}

.infotable td{
	border-bottom:1px solid #CCCCCC;
}


.opacity85{
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
}

.searchDiv{
	font-weight:bold;
	padding:3px;
}
.row0{
	background-color:#d9efff;
}
.rowOver{
	background-color:#bae1fe;
}
.listHead{
	background-color:#02528e;
	color:#FFFFFF;
	font-weight:bold;
}