
a:hover {
	background:rgb(206, 216, 222); 
	color: black; text-decoration:none; 
	
	} /*BG color is a must for IE6*/
	
a.nohover:hover {
	background: none;
border: none;

}

a.tooltip span {
	display:none; 
	padding:2px 3px; 
	margin-left:8px; 
	width:10px;
	}
	
a.tooltip:hover span{
	display:inline; 
	position:absolute;
	float: right;
	background:#ffffff; 
	width:270px;
	top:-5px;
	left:-330px;
	border:1px solid #ffffff; 
	color:black;
	font-size: 10pt;
	font-weight: normal;
	z-index: 100;
	/*border:solid 1px green;*/
}
a.tooltip1 span {
	display:none; 
	padding:2px 3px; 
	margin-left:8px; 
	width:10px;
	}
a.tooltip1:hover span{
	display:inline; 
	position:absolute;
	float: right;
	background:#ffffff; 
	width:270px;
	top:-40px;
	left:-330px;
	border:1px solid #ffffff; 
	color:black;
	font-size: 10pt;
	font-weight: normal;
	z-index: 100;
	/*border:solid 1px green;*/
}
a.tooltip2 span {
	display:none; 
	padding:2px 3px; 
	margin-left:8px; 
	width:10px;
	}
a.tooltip2:hover span{
	display:inline; 
	position:absolute;
	float: right;
	background:#ffffff; 
	width:270px;
	top:-75px;
	left:-330px;
	border:1px solid #ffffff; 
	color:black;
	font-size: 10pt;
	font-weight: normal;
	z-index: 100;
	/*border:solid 1px green;*/
}

