htm,html,asp,aspx,table,tr,td,form,object,input,select,textarea,div,p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
body {
	background-color: #003366;
}

.containerDIV {
	height: 100%;
	top: 0px;
	float: center;
	margin-left: auto;
	margin-right: auto;
	z-index:32;
}

.INNERcontainerDIV {
	z-index:30;
	width: 914px;
	float: center;
	margin-left: auto;
	margin-right: auto;
}

.INNERtopDIV {
	z-index:31;
	width: 914px;
	float: center;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 10px;
}

.INNERbottomDIV {
	z-index:32;
	width: 914px;
	float: center;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 295px;
}

.headerDIV {
	width: 914px;
	float: center;
}

.bodyDIV {
	width: 702px;
	float: center;
}

.footerDIV td{
	/*width: 744px;*/
	padding-top: 6px;
	color:#FFFFFF;
}
.footerDIV a, .footerDIV a:link, .footerDIV a:visited, .footerDIV a:hover, .footerDIV a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#CCE6FF;
}

a, a:visited, a:active, a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6699FF;
	text-decoration: underline;
	font-weight: normal;
}

a.leftNav, a.leftNav:visited, a.leftNav:active, a.leftNav:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-decoration: none;
	font-weight: normal;
}

a.topNav, a.topNav:visited, a.topNav:active, a.topNav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #CC9933;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CC9933;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC9933;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CC9933;
}

.whiteBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: white;
	font-weight: bold;
}

.goldBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #CC9933;
	font-weight: bold;
}

.smallWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	font-weight: normal;
}

.smallGoldBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CC9933;
	font-weight: bold;
}

.navCell {
	border: 2px solid white;
	padding: 5px;
	background-color: #1A5085;
	color: white;
}






.bodyCell {
	border-top: 2px solid #ECF2F8;
	border-bottom: 2px solid #ECF2F8;
	padding: 10px;
	/*background-color: #003C77;*/
	background-color: #ECF2F8;
}
.bodyCellCs {
	border-top: 2px solid #ECF2F8;
	border-bottom: 2px solid #ECF2F8;
	/*border-right: 2px solid white;*/
	padding: 10px;
	background-color: #ECF2F8;
}
.bodyCellCs a, .bodyCellCs a:link, .bodyCellCs a:visited, .bodyCellCs a:hover, .bodyCellCs a:active {
	color: #467BE7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodyCellCsWide {
	border-top: 2px solid #ECF2F8;
	border-bottom: 2px solid #ECF2F8;
	border-right: 2px solid #ECF2F8;
	border-left: 2px solid #ECF2F8;
	padding: 10px;
	background-color: #ECF2F8;
}
.imgCell {
	border-top: 2px solid #ECF2F8;
	border-right: 2px solid #ECF2F8;
	border-bottom: 2px solid #ECF2F8;
	padding: 2px;
	background-color: #ECF2F8;
}

.lightBlueBold {
	color: #6699FF;
	font-weight: bold;
	text-decoration: none;
}
.lightBlueBold a:link {
	color: #6699FF;
	font-weight: bold;
	text-decoration: none;
}
.lightBlueBold a:visited {
	color: #6699FF;
	font-weight: bold;
	text-decoration: none;
}
.lightBlueBold a:hover {
	color: #6699FF;
	font-weight: bold;
	text-decoration: underline;
}
.lightBlueBold a:active {
	color: #6699FF;
	font-weight: bold;
	text-decoration: none;
}

.redhyperlink a, .redhyperlink a:link, .redhyperlink a:visited, .redhyperlink a:hover, .redhyperlink a:active{
	color: #FF0000;
	font-size: 14px;
	cursor: hand;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}
.blackhyperlink a, .blackhyperlink a:link, .blackhyperlink a:visited, .blackhyperlink a:hover, .blackhyperlink a:active{
	color: #000000;
	font-size: 14px;
	cursor: hand;
	font-family:Verdana,Arial,Helvetica,sans-serif;
}