BODY {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
}
A:ACTIVE {
	text-decoration : none;
	color : black;
}
A:LINK {
	color : #40B0A8;
	text-decoration : none;
}
A:VISITED {
	color : #E8E430;
	text-decoration : none;
}
A:HOVER {
	color : Teal;
	text-decoration : none;
}
.menu {
	font-family : Verdana;
	font-size : 10px;
}
.Item {

 }
.Highlight {
   background-color: #009999
 }
 
 input, select, textarea  {
 	font : Verdana;
 	font-size : 10pt;
 	border-width : 1;
 	border-color : CCCCCC;
 	border-style : ridge;
}