/* CSS Document */

html, body{height:100%}

body {
  background-color: #0033CC;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-top: 7px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#000000;
}

.bodytext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
.bodytext a:link { color: #0033CC; text-decoration: none }
.bodytext a:active { color: #0033CC; text-decoration: none }
.bodytext a:visited { color: #0033CC; text-decoration: none }
.bodytext a:hover { color: #0033CC; text-decoration: none }

.smallbody {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}
.smallbody a:link { color: #0033CC; text-decoration: none }
.smallbody a:active { color: #0033CC; text-decoration: none }
.smallbody a:visited { color: #0033CC; text-decoration: none }
.smallbody a:hover { color: #0033CC; text-decoration: none }

.navtext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#CAD2DF;
}
.navtext a:link { color: #CAD2DF; text-decoration: none }
.navtext a:active { color: #CAD2DF; text-decoration: none }
.navtext a:visited { color: #CAD2DF; text-decoration: none }
.navtext a:hover { color: #96AAC2; text-decoration: none }

.caption {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000;
}

.redheading {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#CC3300;
}
.blackheading {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000000;
}
.blueheading {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height: 24px;
	font-weight:bold;
	color:#000066;
}
.bluesubhead {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#000066;
}
.bluetext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000066;
}
.bluetext a:link { color: #000066; text-decoration: none }
.bluetext a:active { color: #000066; text-decoration: none }
.bluetext a:visited { color: #000066; text-decoration: none }
.bluetext a:hover { color: #000066; text-decoration: underline }

.redtext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CC3300;
}
.redtext a:link { color: #CC3300; text-decoration: none }
.redtext a:active { color: #CC3300; text-decoration: none }
.redtext a:visited { color: #CC3300; text-decoration: none }
.redtext a:hover { color: #CC3300; text-decoration: underline }

a:link.lightblue { color: #CAD2DF; text-decoration: none }
a:active.lightblue { color: #CAD2DF; text-decoration: none }
a:visited.lightblue { color: #CAD2DF; text-decoration: none }
a:hover.lightblue { color: #96AAC2; text-decoration: none }

