<style type="text/css">

h1{ color: #F60; margin: 1em 0 0;}
p{
margin: 0 0 1.7em; 
font-color: #ffffff; 
}

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
   text-decoration: none;
   }
a.tt div { display: none;
text-decoration: none; }
a {
	text-decoration: underline;
	color: #ffffff;
}
/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ color: #000000; background:;}
a.tt:hover div.tooltip{
	
    display:block;
    position:absolute;
    bottom:10px; left:-150px;
	padding: 11px 0 0 0;
	width:370px;
	color: #ffffff;
    text-align: justify;
	line-height: 14px;
	font-size:10px;
	font-family: Verdana, sans-serif; 
		
}
a.tt:hover div.top{
	display: block;
	padding: 30px 18px 0;
    background: url(../i/tooltip/threebubble.png) no-repeat top ;
	
	line-height: 14px;
	font-size:11px;
	font-family: Verdana, sans-serif; 
	text-decoration: none;
}
a.tt:hover div.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 30px; 
	background: url(../i/tooltip/threebubble_filler.png) repeat bottom; 
	
	line-height: 14px;
	font-size:11px;
	font-family: Verdana, sans-serif; 
	text-decoration: none;
	color: #ffffff; 
}
a.tt:hover div.bottom{
	display: block;
	padding:50px 30px 0px;
	color: #ffffff; 
    background: url(../i/tooltip/threebubble.png) no-repeat bottom;
	
	line-height: 14px;
	font-size:11px;
	font-family: Verdana, sans-serif; 
	text-decoration: none;
}


</style>
