body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #003366;
	color: #CCCCCC;
	font-size: 10pt;
	margin: 0px;



}
h1 {
	font-size: 24pt;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;

}
h2 {
	font-size: 14pt;
	font-weight: bold;
}
h3 {
	font-size: 12pt;
	font-weight: bold;
}
p {
	font-size: 10pt;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;

}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
td {
	font-size: 9pt;
}
