body
{
	background-color: #77B2DE;
	margin: 0px 0px 0px 0px;
	font-size: 8pt;
	font-family: Verdana;
	color: White;
}
td
{	font-size: 8pt;
	font-family: Verdana;
}
table.main {
	background-color: #77B2DE;
	color: black;
}
.Error
{
	color:Red; 
}
.Button
{
	background-color: #C91343;
	color: White;
	font-weight: bold;
	border: solid 1px white;
}
input, select
{
	font-family: Verdana;
	font-size: 8pt;	
	color: #314021;
	border: solid 1px white;
	background-color: #FCCE3D;
}
A
{
	color: #C91343;
	text-decoration: none;
}
A:hover
{
	color: #FCCE3D;
	text-decoration: none;
}
