@CHARSET "ISO-8859-1";



a{

	color:#e46926;

	text-decoration:none;

}



a:hover{

	color:#f68f22;

	text-decoration:underline;

}



.flft

{

	float:left;

}



.flrt

{

	float:right;

}



.clflt{

	clear:both;

}
.cllt{
	clear:left;
}

.clrt{
	clear:right;
}



#tooltip {

	position: absolute;

	z-index: 3000;

	border: 1px solid #000;

	background-color: #f68d20;

	-moz-border-radius:5px;

	padding: 5px;

}

#tooltip h3

{

	float:left;

	margin:0;

	padding:0;

	font-size:12px;

	color:#fff;	

} 

#tooltip div { margin: 0; }

