#divTooltip {
	position:absolute;
	top:0px;
	width:211px;
	visibility:hidden;
	z-index:999;
	/*
	background-color:#f3f3f3;
	layer-background-color:#f3f3f3;
	*/
	background: url(../images/bubble.gif);
	height: 53px;
	background-repeat: no-repeat;
	margin-top: -175px;
	margin-left: -350px;
	padding-top: 17px;
}

.normalStyle {
	padding:2px;
	text-align:center;
	font-weight:500;
	color:#000;
	top:0px;
	font-family:verdana,arial,helvetica; font-size:11px;
	cursor:default;
}

.netscape4Style {
	padding:0px;
	font-weight:500;
	width:175px;
	color:#000000;
	top:100px;
	font-family:verdana,arial,helvetica;
	font-size:11px;
}