@charset "utf-8";
/* CSS Document */

Body	{
	font-family: Verdana;
	font-size: 10px;
	Color: #000000;
	Background-Color: #000000;
	}
Input	{
	font-family: Verdana;
	font-size: 10px;
	Color: #000000;
	Background-Color: #CCCCCC;
	Border: 1px Solid #000000;
}
Select {
	font-family: Verdana;
	background-color: #FFFFFF;
	color: #000000;
	font-size: 8pt;
	Border: 1px Solid #000000;
}
A:link  {text-decoration: none; color: #000000; }
A:visited {text-decoration: none; color: #000000; }
A:active  {text-decoration: none; color: #000000; }
A:hover   {text-decoration: overline; color: #cccccc;}
A:hover   {text-decoration: underline; color: #cccccc;}
		