/* CSS Document */

/* CSS Document */
BODY
{
    COLOR: "#000000";
    FONT-FAMILY: Verdana;
    FONT-SIZE: 8pt
}
A
{
	color: #009900;
	font-family: Verdana;
	text-decoration: none;
}
A:hover
{
	font-weight: bold;
	color: #00cc00;
	font-family: Verdana;
	text-decoration: underline;
}
TABLE
{
		background-color: white;
	}
TD
{
	font-size: 8pt;
	color: #000000;
	font-family: Verdana;
}