a.tooltip {
	position: relative;
	font-family: Tahoma;
	font-size: 10px;
	z-index: 100;
	color: #000000;
	text-decoration: none;
        left: 2;
}
a.tooltip:hover {
	z-index: 150;
	background-color: #FFFFFF;
}
a.tooltip span {
	display: none
}
a.tooltip:hover span {
    display: block;
    position: absolute;
    top: 15px;
	left: -100px;
	width: 220px;
	padding: 5px;
	margin: 10px;
    border: 1px double #339;
    background-color: #CEDC8B;
	color: #000000;
    text-align: left
}

.style39 {color: #FF0000; font-weight: bold; font-size: 18px; }

.stil21 {
	color: #990000;
	font-weight: bold;
}

.stil6 {font-size: 10; font-weight: bold; }
.stil29 {color: #000000}
