div.para {
	 width:500px;
}

div.para a span.para_name{
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
	color:#F06;

}


div.para a title span.para_con{
	font-weight: lighter;
	line-height:140%;
	text-decoration:none;
	
}



/* Tooltip */
#tooltip {
	 position:absolute;
	 z-index:9999;
	 color:#fff;
	 font-size:10px;
	 width:210px;
}
#tooltip .tipHeader {
	 height:8px;
	 background: url(../img/tooltip/tipHeader.gif) no-repeat;
}
#tooltip .tipBody {
	background-color:#000;
	padding:5px 5px 5px 15px;
}
#tooltip .tipFooter {
	height:8px;
	background:url(../img/tooltip/tipFooter.gif) no-repeat;
}
