body {
	background-color: #003F7A;
}

.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	line-height: 18px;
}

a.bodycopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #054f8c;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
}

a.bodycopy:hover, a.bodycopy:active {
	color: #003F7A;
	text-decoration: underline;

}

.footer {
	font-family: "Verdana", "Arial", sans serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333
}

a.footer {
	font-family: "Verdana", "Arial", sans serif;
	font-size: 11px;
	font-weight: normal;
	color: #475072;
	text-decoration: none;
	
}

a.footer:hover {
	font-family: "Verdana", "Arial", sans serif;
	font-size: 11px;
	font-weight: normal;
	color: #475072;
	text-decoration: underline;
	
}

a.footer:active {
	font-family: "Verdana", "Arial", sans serif;
	font-size: 11px;
	font-weight: normal;
	color: #475072;
	text-decoration: underline;
	
}

H2 {
	color: #475072;
	font-family: "Tahoma", "Arial", serif;
}	


a.leftnav:hover {
	font-family: "Tahoma", "Arial", serif;
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-align: left;
	background-position: left center;
	padding-left: 8px;
}
.copyright {
	font-family: "Tahoma", "Arial", serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	padding-left: 0px;
	padding-top: 0px;
}

a.copyright:hover {
	font-family: "Tahoma", "Arial", serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
	padding-left: 0px;
	padding-top: 0px;
}

a.copyright:active {
	font-family: "Tahoma", "Arial", serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
	padding-left: 0px;
	padding-top: 0px;
}

input, textarea, select {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

.pageoutline {
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #BDCDE0;
	border-left-color: #BDCDE0;
	border-top-color: #BDCDE0;
	border-right-color: #BDCDE0;
}

.pagetitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #054f8c;
	text-decoration: none;
	font-size: 20px;
}
	
.tableborder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #003F7A;
	border-left-color: #003F7A;
	border-top-color: #003F7A;
	border-right-color: #003F7A;
}

.red {
	color:#FF0000;
}
