.menu_over {
	BACKGROUND-COLOR: #85B04E;
	CURSOR: hand;
}

.menu_out {
	CURSOR: hand;
}

BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

TABLE {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color :#000000;
}



 A.bluelink:link  {
 	text-decoration : none;
 	color :#003366;
	hand : cursor;
 }
 
 A.bluelink:visited  {
 	text-decoration : none;
 	color :#003366;
	hand : cursor;
 }
 
 A.bluelink:active  {
 	text-decoration : none;
 	color :#003366;
	hand : cursor;
 }
 
 A.bluelink:hover  {
 	text-decoration : underline;
 	color :#003366;
	hand : cursor;
 }


.textbox {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px #999999 solid;

}


.button {
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #FFFFFF;
	border: 0px none;
	cursor: hand;
; border-color: #CCCCCC #CCCCCC #999999 #999999
; text-decoration: underline
}

