
body
{
	background-color: #CCCCCC;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #01074e;
	vertical-align: top;
	padding-top: 10px;
}

TBody, Table, Select, Input, Textarea, TR, TD
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
p
{
	margin-top: 10px;
	margin-bottom: 10px;
}
a
{
	color: #707070;
}
a:hover
{
	text-decoration: none;
}

.terms
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9faad1;
	text-align: left;
}

.subnav
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}

.subnavLink
{
	color: #ffffff;
	text-decoration: none;
}
.subnavLink:hover
{
	color: #ffffff;
	text-decoration: underline;
}

.sideNote
{
	font-weight: normal;
	font-size: 9px;
}
.headerTable
{
	width: 100%;
}
.headerTable th
{
	border-bottom: #36369a 1px solid;
	height: 30px;
	font-weight: bold;
	font-family: Verdana, Arial, geneva, helvetica;
	background-color: #ffffff;
	color: #36369a;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
	padding: 0 0 0 0;
}

.inputBox
{
}
.inputBox thead, .inputBox th
{
	border-bottom: #36369a 1px solid;
	font-weight: bold;
	font-family: Verdana, Arial, geneva, helvetica;
	background-color: #ffffff;
	color: #36369a;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
	height: 30px;
	padding: 0 0 0 0;
}
.inputBox tbody td, tfoot td
{
	background: #ffffff;
	padding: 2 2 2 2;
}
.inputBox tbody .inputHeader
{
	font-weight: bold;
	color: #000080;
	font-size: 10px;
}
.inputBox tbody .sectionHeader
{
	font-weight: bold;
	color: #000080;
	font-size: 11px;
}
.mainTable
{
	width: 500px;
	height: 100%;
}
.mainTable thead, .mainTable th
{
	border-bottom: #36369a 1px solid;
	font-weight: bold;
	font-family: Verdana, Arial, geneva, helvetica;
	background-color: #ffffff;
	color: #36369a;
	font-size: 12px;
	text-align: left;
	vertical-align: middle;
	height: 30px;
	padding: 0 0 0 0;
}
.mainTable tbody td, tfoot td
{
	background: #ffffff;
	padding: 2 2 2 2;
	color: #000080;
}
.mainTable tbody .sectionHeader
{
	font-weight: bold;
	font-size: 12px;
}
.mainTable tbody .subHeader
{
	font-weight: bold;
	font-size: 11px;
}

.imageFloatLeft
{
	float: left;
	padding-right: 30px;
}
.imageFloatRight
{
	float: RIGHT;
	padding-left: 30px;
}

.linkOnBlue
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}
.copyright
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.bodyHeader
{
	font-size: 12px;
	color: #36369a;
	font-weight: bold;
}
.inputHeader
{
	font-weight: bold;
	font-size: 10px;
}
.subDiv
{
	background-image: url(../images/subnav_BG.jpg);
	visibility: hidden;
	overflow: visible;
	position: absolute;
	background-color: #d3d3e1;
}
.featHeads
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #010155;
	font-weight: bold;
	text-decoration: none;
}
.featHeads:hover
{
	text-decoration: underline;
}
.featCopy
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.inputPanel
{
	position: relative;
	border: solid thin #0e2a8d;
	background-color: #ccccc0;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
}

.inputPanel .header
{
	position: relative;
	font-weight: bold;
	font-family: Verdana, Arial, geneva, helvetica;
	color: #ffffff;
	font-size: 11px;
	text-align: left;
	background-color: #0e2a8d;
	height: 18px;
	padding: 0px 5px 0px 5px;
	vertical-align: middle;
	width: 100%;
}

.inputPanel .body
{
	background: #ccccc0;
	padding: 2px 2px 2px 2px; 
}

.tempBorder
{
	border: 1px solid black;
}

.inlineBlock
{
	display: inline-block;
	position: relative;
	zoom: 1;
	*display: inline;
}
