body {
	background-color: #003F7A;
}

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

.footer {
	font-family: "Verdana", "Arial", sans serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
	
H2 {
	color: #475072;
	font-family: "Trebuchet MS";
}	

a {
	font-family: "Tahoma", "Arial", serif;
	font-size: 12px;
	color: #475072;
	margin: 0px;
	padding: 0px;
	line-height: 17px;
	font-weight: bold;
	text-decoration: none;
}

a:link {
	color: #475072;
	font-weight: bold;
	text-decoration: none;
}

a:visited{
	color: #333333;
	text-decoration: none;

}

a:hover, a:active {
	color: #475072;
	text-decoration: underline;

}
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;
}
.style4 {
	font-family: "Tahoma", "Arial", serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding-left: 0px;
	padding-top: 0px;
}


a.style4:link {
	font-family: "Tahoma", "Arial", serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	padding-left: 0px;
	padding-top: 0px;
}

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

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

a.style4:visited {
	font-family: "Tahoma", "Arial", serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	padding-left: 0px;
	padding-top: 0px;
}

.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;
}