body {
	background-color : #4D8FB5;
}

td {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	line-height : 14px;
}

a:link {
	color : #D00001;
	font-size : 11px;
	text-decoration: underline;
}

a:visited {
	color : #D00001;
	text-decoration: underline;

}

a:hover {
	color : #D00001;
	text-decoration : none;
}

a:active {
	color : #D00001;
	text-decoration: underline;
}

.nav {
	font-size : 11px;
	color : White;
}

.nav a:link {
	color : White;
	font-size : 11px;
	text-decoration: none;
	font-weight : bold;
}

.nav a:visited {
	color : White;
	text-decoration: none;
	font-weight : bold;

}

.nav a:hover {
	color : White;
	text-decoration : underline;
	font-weight : bold;
}

.nav a:active {
	color : White;
	text-decoration: none;
	font-weight : bold;
}

H1 {
	color : #315D70;
	font-size : 11px;	
}

H2 {
	color : #D00001;
	font-size : 11px;	
}
