
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #006CC6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

h1 {
	font-size: 14px;
	color: #005DB7;
	text-decoration: bold;
}

h2 {
	font-size: 11px;
	color: #005CB6;
	text-decoration: bold;
}

a {
	color: #333366;
	text-decoration: underline;
}
a:hover {
	color: #FF1111;
}

td {
	font-size: 12px;
	color: #006DC7;
}

input {
	font-size: 12px;
	color: #000000;
	'background-color: #0078bf;
	border: solid 1px #000000;
}
