a:link {
	color: #003366;
	text-decoration: underline;
}
a:hover {
	color: #FF9900;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;

}
BODY, TH, TD {
	font-size: 12px;
	color: #333333;
	letter-spacing: 1px;
	line-height: 16px;
}
