td
{
	font-family: tahoma, verdana;
	font-size: 11px;
	color: #900200;
}

.small
{
	font-family: tahoma, verdana;
	font-size: 10px;
	color: #900200;
}

.footer
{
	font-family: tahoma;
	font-size: 9px;
	color: #900200;
}

.smallbold
{
	font-family: tahoma, verdana;
	font-size: 10px;
	color: #900200;
	font-weight: bold;
}

.inputmedium
{
	font-family: tahoma, verdana;
	font-size: 11px;
	color: #900200;
	width: 150px;	
	height: 17px;
}

.inputsmall
{
	font-family: tahoma, verdana;
	font-size: 11px;
	color: #900200;
	width: 75px;
	height: 17px;	
}

.formbutton
{
	font-family: tahoma, verdana;
	font-size: 11px;
	color: #900200;
	width: 125px;
	height: 25px;	
}

textarea
{
	font-family: tahoma, verdana;
	font-size: 11px;
	color: #900200;
	width: 150px;
	height: 75px;
}

a
{
color: #000000;
text-decoration: underline;
font-weight: bold;
}

a:hover
{
color: #900200;
text-decoration: none;
font-weight: bold;
}