
body {
	background-color: #71828A;
}
p{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
}

.Nav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006666;
	font-size: 13px;
}

.Nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
	font-size: 13px;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	
	color: #000099;
	font-size: 13px;
}

a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#FF0000;
	text-decoration: underline;
	font-size: 13px;
}
.textred{
	font-size: 15px;
	color:#CC0000;
	}
	
.WhiteTitle{
	Color:#FFFFFF;
	font-weight:bold;
}
.TableBorder{
	border: 1px solid #71828A;
	background-color:#F5F5F5;
}