
/* the style starts here */
a.tooltip{color:#001775; text-decoration:underline;}
a.tooltip b {display:none;}
a.tooltip:hover {border:0; position:relative; z-index:500; text-decoration:none;}
a.tooltip:hover b {display:block; position:absolute; top:20px; left:-6px; padding:5px; font-weight:normal; color: #666666; border:1px solid #888; background:#fcfcfc; width:380px; font-family: Arial; 
	font-size: 11px;
	letter-spacing: normal;
	line-height: 1.4em;
	vertical-align:top;
	text-align: justify;}




