/* CSS Document */

body {
	background-color: #1E65B5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana;
	text-align: justify;
}
.content {
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	
}
.footer {
	font-family: Verdana;
	font-size: 12px;
	color: white;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;}
.footer:hover {
	font-family: Verdana;
	font-size: 12px;
	color: white;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
	}
.nav {
	font-family: Verdana;
	font-size: 13px;
	color: #0350a6;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;}

.nav2 {
	font-family: Verdana;
	font-size: 13px;
	color: #0350a6;
	text-decoration: none;
	font-weight: bold;
	font-style: normal;}
.nav2:hover {
	font-family: Verdana;
	font-size: 13px;
	color: black;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;
}
.blue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0450A6;
}
.dkblue {
	font-family: Verdana;
	font-size: 12px;
	color: #0350a6;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;}
	
.dkblue:hover {
	font-family: Verdana;
	font-size: 12px;
	color: black;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;

}
.red {
	font-family: Verdana;
	font-size: 12px;
	color: #0350a6;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;}
	
.red:hover {
	font-family: Verdana;
	font-size: 12px;
	color: red;
	text-decoration: underline;
	font-weight: bold;
	font-style: normal;
}