 /* MENUS */


a.menu    { font-family: verdana, arial, helvetica, sans;
		  font-size: 10pt;
		  font-style: normal;
		  font-weight: normal;
		  height: 32px;
		  width: 90px;
		  cursor:hand;
		  text-indent: 12px;
		  line-height: 20pt;
		  text-align: left;
		  display: block;
		  border: #FFFFFF 0px solid;
}

a.menu:link, a.menu:visited 	{ background-image: url("../images/button.gif");
/*		  background-color:#B2B2B8; */		   
		  font-size: 10pt;
		  text-decoration: none;
		  color: #0000C0;
}

a.menu:active, a.menu:hover 	{ background-image: url("../images/buttonon.gif");
/*		  background-color:#1F356E; */			   
		  font-size: 10pt;
		  text-decoration: none;
		  color: #003366;
}
#tabledescription { padding-left: 12px; 
font-family: verdana, arial, helvetica, sans;
		  font-size: 8pt;
		  font-style: normal;
		  font-weight: normal;
		  color: #000066;
		  filter:alpha(opacity=0);
		  -moz-opacity:0;
}