body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
}
body {
	background-color: #0066CC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



a:link {
	color: #CC9900;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #CC9900;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	color: #0066CC;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #CC9900;
	font-weight: bold;
	text-decoration: underline;
}

a.nav_link:link {
	color: #0066CC;
	text-decoration: none;
}
a.nav_link:visited {
	color: #0066CC;
	text-decoration: none;
}
a.nav_link:hover {
	color: #0066CC;
	text-decoration: underline;
}
a.nav_link:active {
	color: #0066CC;
	text-decoration: none;
}



.Titles {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #0066CC;
}