a.tooltip{ 
	position:relative; 
	z-index:30;
	text-decoration: none;
	color:#003399;
}

 a.tooltip:hover, a.tooltip:active{ 
 	z-index: 31;
	text-decoration:underline;
	filter:alpha(opacity=99); -moz-opacity:.99; opacity:.99;
	color:#003399;
}

 a.tooltip span{ display: none; }

 a.tooltip:hover span{
	display: block; 
	position:absolute;
	top: 1.5em; 
	left: -3em; 
	width: 22em;
	border: 2px solid #5C97CF; 
	/*background-color: #F0F0F0; */
	background-color: #FFFFFF;
	color: #FF6600;
	font-size: 100%;
	text-align: center;
	filter:alpha(opacity=99); -moz-opacity:.99; opacity:.99;
}

 a.tt_small, a.tt_small:hover, a.tt_small:active{ 
 	text-decoration:none;
	font-size: 12px; 
	color: #4680BF;
 }

 a.tt_small:hover span{ 
	width:auto;
	padding:5px;
	text-align:center;
	min-width:10em;
 }
 
 a.handcursor{ cursor:pointer }