body {
	margin:0;padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10pt;
	background-color: #c9d4e3;
}
html, body {
	height:100%;
}
.h1 {
	font-size:12pt;
	font-weight:bold;
}
.h2 {
	font-size:10pt;
	font-weight:bold;
}
.h3 {
	font-size:10pt;
	font-weight:bold;
}
.Main14 {font-size: 14pt}
.Main12 {font-size: 12pt}
.heading{
	background-color:#FFFFFF;
}
.main {
	background-color:#002d56;
	padding: 30px 30px 30px 30px;
	color:#FFFFFF;
}
.footer {
	background-color:#002d56;
	padding: 0px 30px 25px 30px;
	color:#dfe5ea;
}
a {
	color: #ffffff;
	text-decoration:underline;
}
a:hover {
	color: #406280;
	text-decoration:underline;
}
hr {
	color: #A7AEB8;
	height: 1px;
	background: #8096ab;
	border: 0;
}

.selectedMenu {
	color: #999999;
	text-decoration: none;
}

.menu {
	padding-top:10px;
    padding-bottom:10px;
	font-weight: normal;
	font-size: 8pt;
	color: #406280;
	line-height:5px;
	letter-spacing:1px;
}
.menu A
{	text-decoration: none;
}
.menu A:hover{
	text-decoration: none;
	text-decoration:underline;

}

.red {
	color: #9F0012;
}
th{
	background-color: #0C385F;
	bordercolor: #564646;
	border: 1px solid #a7aeb8;
	text-align:center;
	font-weight:bold;
	vertical-align:middle;
	
}
.th{
	background-color: #0C385F;
	bordercolor: #564646;
	border: 1px solid #a7aeb8;
	text-align:center;
	font-weight:bold;
	vertical-align:middle;
	
}
.tablestripe {
	background-color: #1B496F;
}
.inputText
{	color: #002D56;
	border: 1px solid #002D56;
	font-size:10pt;
	padding-left:2px;	
}
.inputButton
{	background: #E6E6E6;
	color: #002D56;
}