BODY
{
	font-family: Tahoma;
	font-size: 12px;
}

TABLE
{
	width: 100%;
	font-size: 12px;
}

.Heading
{
	font-family: Arial;
	font-size: 15pt;
	font-weight: bold;
	color: #000000
}

/* Form styles */
.Field250
{
	width: 250px;
	font-size: 11px;
	font-family: Tahoma;
}

.FormButton
{
	width: 80px;
	font-size: 11px;
	font-family: Tahoma;
}

.Required
{
	color: Red;
}

/* Old styles */
.MainHeading
{
	font-family: Arial;
	font-size: 15pt;
	font-weight: bold;
	color: #000000
}

.Body
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
}

.Box
{
	background-color: #EEEEEE;
	border: solid 1px #CACACA;
	padding: 10px;
}