/* CSS Document */
a.tt{
    position:relative;
    z-index:24;
    color:#333;
	font-weight:bold;
    text-decoration:blink;
}
a.tt span{ display: none; }
a.tt:hover{ z-index:25; color: #333; text-decoration:none;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:60px;
	padding: 8px;
	width:200px;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
	background-color:#333;
	color:#EEE;
}

