body {
	background-repeat: repeat-x;
}
td {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
b {
	font-weight: bold;
}
a {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FF9900;
	text-decoration: underline;
}
a.white {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
}
a.white:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
input,select,option 
{
font-family: Tahoma;
font-size: 11px;
}