@charset "UTF-8";
body {
	margin: 0px;
	background-color: #21409A;
	font-family: Arial, Helvetica, sans-serif;
	color: #58595B;
}
#banner {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#footer {
	background-image: url(../images/footer_grad.jpg);
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #1A3281;
}
#main h2 {
	font-size: 20px;
	color: #F26522;
}
#main h3 {
	font-size: 14px;
}
#main h5 {
	font-style: italic;
	font-weight: normal;
}
#main p {
	font-size: 12px;
}
#main  a:link {
	text-decoration: none;
}
#main a:hover {
	text-decoration: underline;
}
#main a:visited {
	color: #0099FF;
	text-decoration: none;
}
#main li {
	font-size: 13px;
	line-height: 18px;
	list-style-type: square;
}
.tableheader {
	font-size: 12px;
	font-weight: bold;
	color: #1D398D;
	background-color: #A1CEEF;
	text-align: left;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.tablebody {
	background-color: #EAF2FA;
	padding: 0px 5px;
	font-size: 12px;
	border: thin solid #A1CEEF;
}
.top {
	font-size: 11px;
	text-align: right;
}
#footer  a {
	color: #1A3281;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a:visited {
	color: #1A3281;
}
.contact {
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #58595B;
}
