abbr, .abbr, acronym {
	border-bottom: 1px dotted #333;
	cursor:help;
}

.tooltip {
	position: absolute;
	margin-left: -20px;
	display: none;
	background-color: #FFFFFF;
	padding: 5px;
	border: 1px solid #333;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	width: 200px;
	margin-bottom:50px;
}

a.tiplink, a.tiplink:link {
   	border-bottom: 1px dotted #0055A5;
	cursor:help;	
	color: #0055A5;
	background: inherit;
	text-decoration:none;
}

* html #text a.tiplink { text-decoration: none; color: #0055A5; border-bottom: 1px dotted #0055A5; }
