body {
	margin: 10px 0px 0px 0px;
	background-color: #0a2888;
	}

a {
	color: #0a5bc3;
	text-decoration: underline;
	font-weight: bold;
	}

a:visited {
	color: #0a5bc3;
	text-decoration: underline;
	font-weight: bold;
	}
	
a:hover {
	color: #ff0000;
	text-decoration: underline;
	font-weight: bold;
	}

a.menu {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	letter-spacing: 1px;
	color: #ffffff;
	margin: 0px;
	text-decoration: none;
	font-weight: normal;
	}
	
a.menu:visited {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	letter-spacing: 1px;
	color: #ffffff;
	margin: 0px;
	text-decoration: none;
	font-weight: normal;
	}

a.menu:hover {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 10px;
	letter-spacing: 1px;
	color: #ff0000;
	margin: 0px;
	text-decoration: none;
	font-weight: normal;
	}

h1 {
	font: normal 12pt 'Arial Black', Arial, Helvetica, Sans-Serif;
	font-style: none;
	letter-spacing: 0px;
	color: #061238;
	margin-top: 0px;
	padding-top: 0px;
	}

h2 {
	font: normal 10pt 'Arial Black', Arial, Helvetica, Sans-Serif;
	font-style: none;
	letter-spacing: 0px;
	color: #061238;
	margin-top: 0px;
	padding-top: 0px;
	}

p, ul, table {
	font: normal 12px Tahoma, Arial, Helvetica, Sans-Serif;
	line-height: 18px;
	font-weight: normal;
	color: #061238;
	}

