/* CSS Document */
.tablestyle{
	font-family:tahoma;
	color:#999999;
	font-size:10px;
}
a{
	font-family:tahoma;
	color:#FFFFFF;
	font-size:10px;
	font-style:inherit;
	text-decoration:blink;
}
a:hover{
	font-family:tahoma;
	color:#FFCC99;
	font-size:10px;
	text-decoration:blink;
}

