#tooltip {
	position: absolute;
	z-index: 3000;
	background-color: #FFFFFF;
	border: 1px solid #CC0000;
	color: #CC0000;
	padding: 5px;
	opacity: 0.85;
	width: 200px;
	font-size : 12pt;
	font-weight : bold;
}

#tooltip h3, #tooltip div { margin: 0; }

.halfhead
{
	font-size : 16pt;	
	color : #CC0000;
	font-weight : bold;
	text-align: center;
}
