@charset "utf-8";
body {
	background-color: #004387;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.maintable {
	margin-left: 0px;
	margin-top: 0px;
}
#apDiv1 {
	position:absolute;
	left:875px;
	top:236px;
	width:118px;
	height:734px;
	z-index:1;
	background-color: #004387;
}
#apDiv2 {
	position:absolute;
	left:875px;
	top:35px;
	width:118px;
	height:193px;
	z-index:1;
	background-color: #004387;
}
.maintable .footer {
	font-size: 11px;
	padding: 5px;
	text-align: center;
}

.maintable .footer a:link {
	font-size: 11px;
	text-decoration: none;
	color: #000066;
}
.maintable .footer a:hover {
	font-size: 11px;
	text-decoration: underline;
	color: #000066;
}
.maintable .footer a:visited {
	font-size: 11px;
	text-decoration: none;
	color: #000066;
}
#content {
	font-size: 12px;
	margin-left: 20px;
	margin-right: 20px;
}
h1 {
	font-size: 16px;
	color: #B80008;
	font-weight: bold;
	margin-top: 20px;
	text-transform: uppercase;
}
.red {
	color: #FF0000;
}
.redbold {
	font-weight: bold;
	color: #FF0000;
}
.redbolditalics {
	font-weight: bold;
	color: #FF0000;
	font-style: italic;
}
.redboldlarge {
	font-weight: bold;
	color: #FF0000;
	font-size: 14px;
}
.redboldlargeitalics {
	font-weight: bold;
	color: #FF0000;
	font-size: 14px;
	font-style: italic;
}
.redboldcaps {
	font-weight: bold;
	color: #FF0000;
	text-transform: uppercase;
}
.redboldcapsitalics {
	font-weight: bold;
	color: #FF0000;
	text-transform: uppercase;
	font-style: italic;
}
.border {
	padding: 5px;
}
.title {
	font-size: 12px;
	font-weight: bold;
	color: #004387;
	text-transform: uppercase;
}
.blue {
	font-size: 12px;
	font-weight: bold;
	color: #004387;
}
.bluelarge {
	font-size: 14px;
	font-weight: bold;
	color: #004387;
}
.bluelargeunderlined {
	font-size: 14px;
	font-weight: bold;
	color: #004387;
	text-decoration: underline;
}
li {
	font-size: 12px;
	font-style: normal;
	text-transform: capitalize;
	line-height: 20pt;
	list-style-type: square;
}

h2,h3 {
	font-size: 12px;
	font-weight: bold;
	color: #004387;
}
.gridhoriz {
	height: 10px;
	background-image: url(../images/gridhoriz.gif);
	background-repeat: repeat;
}
.gridvert {
	width: 10px;
	background-image: url(../images/gridvert.gif);
	background-repeat: repeat;
}
.italic {
	font-style: italic;
}
.boldunderlined {
	text-decoration: underline;
	font-weight: bold;
}
.bolditalic {
	font-style: italic;
	font-weight: bold;
}
.bolditalicunderlined {
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}
.small {
	font-size: 10px;
}
hr {
	color: #004387;
}
.greybox {
	color: #FFFFFF;
	padding: 10px;
	background-color: #333333;
}
.bluebox {
	color: #FFFFFF;
	padding: 10px;
	background-color: #004387;
}