body, table, tr, td { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px;}
body { margin: 0px; }

.required {
	color: #FF0000;
}
.requiredBold {
	color: #FF0000;
	font-weight: bold;
}
.data11px {
	font-size: 11px;
}
.mainNavSection {
	font-size: 11px;
	font-weight: bold;
	margin-bottom: -20px;
}
.mainNav {
	font-size: 11px;
	line-height: 15px;
	margin-left: 7px;
}

.bluetitles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6186C8;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6186C8;
}
.titleRule {
	background-image: url(../images/titlerule.gif);
	background-repeat: repeat-x;
}
input.btn {
	color:#003366;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	background-color:#B1C3D9;
	filter:progid:DXImageTransform.Microsoft.Gradient
		(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#B1C3D9');
	border-top: 1px solid #0033CC;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
	border-left: 1px solid #0033CC;
}
.tableHeaders {
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6186C8;
}
.formLabels {
	font-weight: bold;
}
.small {
	font-size: 9px;
}
.listRow
{
}

.listRowOver
{
  background-color: #EBEBEB;
}
.hide { visibility:hidden; display:none; position: absolute }
