.small_arial_black {font-family: Arial, Helvetica, sans-serif;	font-size: 11px; }
.normal_arial_green {font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; }
.normal_arial_grey {font-family: Arial, Helvetica, sans-serif; font-size: small; color: #000000; }
a:link {
	text-decoration: none;
	color: #000099;
}
a:visited {
	text-decoration: none;
	color: #000099;
}

a:active {
	text-decoration: none;
	color: #003399;
}
body {
	margin-left: 0px;
	margin-top: 0px;
}

a span {
  display: none;
  }
 
a:hover {
	text-decoration: none;
	color: #0099FF;
	background-color: #FFFFFF;
}
/* The above hover background-color change defeats the
  IE/Win display changing bug */
 
a {position: relative;}
 
a:hover span {
  position: absolute;
  width: 125px;
  top: 5px;
  left: 30px;
  display: block;
  background: #FCFB9A;
  border: 1px #006B33;
  }
