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

}

.medium
{
	font-family: tahoma, verdana;
	font-size: 10px;
	font-weight: bold;
	color: #666666;

}

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

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

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

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

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

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

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

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

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