/* CSS Document */
td {
	font-family:Tahoma;
	font-size:11px;
	color:3D7589;
}
a:link {
	color: #00CC00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	color: #FD9A19;
	text-decoration: none;
}



