
blockquote.toolTip{
	text-align: left;
	width:175px;
	font-family: Verdana, Arial;
	font-size: 11px;
	margin: 0;
	padding: 5px;
	position: absolute;
	top: -1000px;
	left: -1000px;
	border: 1px solid #000;
	z-index: 1000;
	background-color: #F4F4D0;
	-moz-border-radius: 7px;
	-moz-opacity: .95;
	opacity: .95;
	filter: alpha(opacity=95);
}
div.ttTitle{
	text-align: center;
	text-decoration: none;
	font-family: Georgia;
	font-weight: bold;
	color: #ffffff;
	background-color: #000000;
	width: 100%;
}
