A:HOVER {
	background-color : White;
}

A:ACTIVE {
	background-color : White;
}

A:LINK {
	
}

A 
{
	color : Black;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bolder;
	text-decoration : none;
	
}	

TABLE {
	background-color : transparent;
}

BODY {
	background-color : White;
}

FORM {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
}
Select, Option {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size :10px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	border-color : black;
	background-color : #F5F5DC;
	border-left-style : none;
	border-right-style : none;
	border-top-style : none;
	border-bottom-style : none;
	width : 100px;