body,td,p{
	color: #333333;
	font: 12px Arial, Helvetica, sans-serif;
}
body{}
A{
	color: #990000;
	text-decoration: none;
}
A:hover{
	color: #000000;
}
/*#tooltip{}
#tooltiply{
	font: 11px Arial;
	color: #000000;
	background: #99CCCC;
	visibility: hidden;
	z-index: 2;
}*/
a span {
  display: none;
  }
 
a:hover {
  background-color: #dbe4f2;
  }
/* The above hover change defeats the
  IE/Win display changing bug */
 
a {position: relative;}
 
a:hover span {
	position: absolute;
	top: -60px;
	left: -210px;
	right: 250px;
	display: block;
	background: #999999;
	border: 1px solid #000;
	color:#fff;
	padding:4px;
	width: 200px;
  } 


