﻿BODY
{
	background-color: #ffffff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
}

A:link
{
	text-decoration: underline;
	color: #a01810;
}

A:visited
{
	text-decoration: underline;
	color: #a01810;
}

A:active
{
	text-decoration: underline;
	color: #a01810;
}

A:hover
{
	text-decoration: none;
	color: #d0a32b;
}

.ValidationError
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: 700;
	color: #ff0000;
}

.FormButton
{
	border: solid 1px maroon;
	background: tan;
}

.InputBoxes
{
	font-size: 8pt;
	font-family: Arial;
}

