/* CSS Document */

a:link {
	color: #0033FF;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
	background-color: #FAFAFA;
	cursor: hand;
	text-decoration: underline;
}
a:visited {
	color: #0033FF;
	text-decoration: underline;
}
BODY, TH, TD {
	font-size: 12px;
	color: #333333;
	line-height: 18px;
}
.font9px {
	font-size: 9px;
	line-height: 9px;
}
.font10px {
	font-size: 10px;
}
.font11px {
	font-size: 11px;
	line-height: 12px;	
}