@charset "utf-8";
/* CSS Document */

.header {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	color:#0000CC;
	font-style:italic;
}

.bodytext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}
a:link {
	color: #0000CC;
}
a:visited {
	color: #0000CC;
}
a:hover {
	color: #CC0000;
}
a:active {
	color: #0000CC;
}

td img {display: block;}
body {
	background-color: #00005E;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.news_header {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	font-weight:800;
	font-style:italic;
	color:#cb0003;
}

.boldtext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#0000cc;
}