TD {
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 9pt;
}

A {
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-weight : bold;
	text-decoration : none;
}

A:Visited	{
	color: #ffffff;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-weight : bold;
	text-decoration : none;
	
}

A:Hover	{
	color: #3366cc;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-weight : bold;
	text-decoration : none;
}

A:Active	{
	color: #3366cc;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	font-weight : bold;
	text-decoration : underline;
}