/* CSS Document */

a:link, a:active, a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

a:hover{
	color:#FFFFFF;
	text-decoration:underline;
}

table a:link, table a:active,table a:visited{
	color:#CCCCCC;
	text-decoration:none;
}

table a:hover{
	color:#CCCCCC;
	text-decoration:underline;
}
