.tt b {border-bottom:blue 1px dotted; color:blue; font-weight:normal;}
.tt b span {display:none;}
.tt b:hover span {
   background:#F9F1D9;
   border:#CBCBCB 2px outset;
   color:#000;
   display:block;
   padding:5px 0px 5px 10px;
   position:absolute;
   /*top:350px;
   left:400px;*/
   z-index:10;
   width:280px;
}
.tt h3{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FF5A01;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 7px 0 5px;
	margin: 0 0 7px 0;
	}
.tt p{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 11px;
	padding: 0 7px 7px 5px;
	margin: 0 0 0 0;
	line-height: 17px;
	text-indent:10px;
}
.tt P:first-letter {color:#000; font-size:150%; float:inherit; font-weight: bold;}