a:link {
	color: #0099FF;
}
a:hover {
	color: #666;
}
a:visited {
	color: #0099FF;
}

/*----------  tooltip -----------*/
   
a.tooltip {
	border-bottom: 1px dashed brown;
	text-decoration: none;
}

a.tooltip:hover {
	background:#BAE7FC;
	position: relative;	
}

a.tooltip span {
	display: none;
	margin-left:12px;
	width:550px;
}

a.tooltip:hover span {
	display: block;
   	position: absolute; top: 10px; left: 0;
	/* formatting only styles */
   	padding: 5px; margin: 10px; z-index: 450;
   	background: #BAE7FC; border: 1px dotted #FFFFFF;
	opacity: 0.95;
	/* end formatting */
}

/*---------- end of  tooltip -----------*/
	

