.hotspot {
	color:#900;
	padding-bottom:1px; 
	border-bottom:1px dotted #900; 
	cursor:pointer;
}
#tt {
	position:absolute; 
	display:block; 
	background:url(images/tt_left.gif) top left no-repeat;
	z-index: 101;
}
#tttop {
	display:block; 
	height:5px; 
	margin-left:5px; 
	background:url(images/tt_top.gif) top right no-repeat; 
	overflow:hidden;
	z-index: 101;
}
#ttcont {
	display:block; 
	padding:2px 12px 3px 7px; 
	margin-left:5px; 
	background:#fff; 
	border:1px black;
	color:#000;
	z-index: 101;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 80%;
	width: 500px;
}
#ttbot {
	display:block; 
	height:5px; 
	margin-left:5px; 
	background:url(images/tt_bottom.gif) top right no-repeat; 
	overflow:hidden;
	z-index: 101;
	
}
#ttcont hr {
	margin-top: 3px;
	margin-bottom: 3px;
}