.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #000000;
	margin: 0px;
}
.field {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
}
.red {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FF0000;
}
h2 {
	color: #002080;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a.footer:link {
	text-decoration: none;
	color: #002080;
}
a.footer:visited {
	color: #000000;
	text-decoration: none;
}
a.footer:hover {
	color: ##002080;
	text-decoration: underline;
}
a.footer:active {
	color: #002080;
	text-decoration: underline;
}.normalSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
