div#paragraph {width:300px;margin:0 auto;text-align:left}
/*a {color:#aaa;text-decoration:none;cursor:pointer;cursor:hand}
a:hover {color:#000;text-decoration:none;}*/
.clear {clear:both}


/* Tooltip */

#tooltip {
	position:absolute;
	z-index:9999;
	color:#000;
	font-size:12px;
	width:180px;
	
}

#tooltip .tipHeader {
	height:8px;
	background:url(../img/tipheader.gif) no-repeat;
}


#tooltip .tipBody {
	background-color:#A4CD6D;
	padding:5px 5px 5px 15px;
	border-left:solid 1px #88700A;
	border-right:solid 1px #88700A;
}

#tooltip .tipFooter {
	height:8px;
	background:url(../img/tipfooter.gif) no-repeat;
}


