td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.whitetext {
	font-size: 11px;
	color: #FFFFFF;
}
a:link {
	font-weight: bold;
	color: #990000;
	font-size: 11px;

}
a:visited {
	font-weight: bold;
	color: #990000;
	font-size: 11px;
}
a:hover {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	font-size: 11px;
}
a:active {
	font-weight: bold;
	color: #990000;
	font-size: 11px;
}
.whitelink:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}
.whitelink:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}
.whitelink:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 11px;
}
.whitelink:active {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;

}
