body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #072438;

}
.WhiteBold {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
td {
	font-size: 12px;

}
.header {
	font-size: 18px;
	font-weight: bold;
}
a:link {
	color: #000099;
	text-decoration: underline;
}
a:visited {
	color: #000099;
	text-decoration: underline;
}

a.special:link {
     color: #000099;
     background-color: transparent;
}
a.special:visited {
     color: #000099;
     background-color: transparent;
}
a.red:visited {
     color: #660000;
     background-color: transparent;
}

a.red:hover {
     color: #FF0000;
     background-color: #00f;
     text-decoration: none;
}


