/*CSS Document*/
A.tooltip, A:visited.tooltip
{
	color: #004295;
	border-bottom: 1px dotted #708AA5;
	text-decoration: none;
}
A:hover.tooltip
{
	border-bottom-width: 0px;
}
.tooltip:hover SPAN SPAN
{
	display: block;
}
.tooltip SPAN
{
	position: absolute;
	text-decoration: none;
	white-space: nowrap;
}
.tooltip SPAN SPAN
{
	display: none;
	position: absolute;
	background-color: #FEFEFE;
	border: 1px solid #B2B7BA;
	color: #1D6881;
	text-decoration: none;
	/*[disabled]width:250px;*/
	z-index: 100;
	top: 18px;
	left: -80px;
	/*[empty]background:;*/
	padding: 3px;
}
