body {
	font-family: arial;
	color: #FFFFFF;
  }

td {
	font-size: 11px;
	color: #FFFFFF;
}

td.big {
	font-size: 13px;
}

td.big a {
	color: #006633;

	text-decoration: none;
}

td.big a:hover {
	color: #FF6600;
	text-decoration: none;
}

a {
	color: #006633;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
}



#dropmenudiv{
position:absolute;
border:1px solid #666; 
font:normal 11px Verdana;
line-height:18px;
z-index:100;

background: white;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
color: #006633;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
background: white;
border-bottom: 1px solid #666;
}

#dropmenudiv a:hover {
	color: #FF6600;
}

