a.tooltip
	{
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	z-index: 100;
	color: #996633;
	text-decoration: none;
	}

a.tooltip:hover
	{
	z-index: 110;
	background-color: Transparent;
	}

a.tooltip span
	{
	display: none;
	}

a.tooltip:hover span
	{
	border-right: black 1px solid;
	border-top: black 1px solid;
	display: block;
	font-size: 11pt;
	left: 30px;
	border-left: black 1px solid;
	width: 240px;
	color: black;
	border-bottom: black 1px solid;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	top: 30px;
	background-color: #ffccff;
	text-align: left;
	}

.tooltiptext
	{
	font-size: 9pt;
	color: #996633;
	}

.tooltiptextbold
	{
	font-weight: bold;
	font-size: 9pt;
	color: #996633;
	font-family: Arial, Helvetica, sans-serif;	
	}
