TABLE.HeaderBG
{
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right center;
}
TD.HeaderBG
{
	color: #ffffff;
	font-weight: bold;
}
TD
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
}
.TableBG
{
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}
INPUT
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
INPUT.FullWidth
{
	width: 100%;
}
SELECT
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
SELECT.FullWidth
{
	width: 100%;
}
TEXTAREA
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
TEXTAREA.FullWidth
{
	width: 100%;
}
A
{
	color: #A43838;
	text-decoration: underline;
}
A:HOVER
{
	color: #A43838;
	text-decoration: none;
}
SPAN.Heading
{
	font-size: 18px;
}