abbr, acronym {
	background-color: #e5e5e5;
	padding-left: 0.2em;
	padding-right: 0.2em;
	border-bottom: dotted #000 1px;
}
.bubbleTooltip {
	width: 400px;
	color:#000;
	font: 0.7em sans-serif;
	text-decoration:none;
	text-align:center;
	
}
.tip_image {
	padding-left: 39px;

}

.bubbleTooltip span.top {
	padding: 30px 8px 0;
	z-index: 1000;
	background: url('../images/bubble-bg-2.gif') no-repeat top;
}
.bubbleTooltip span.bottom {
	padding:3px 8px 73px;
	color: #000;
		z-index: 1000;
	background: url('../images/bubble-bg-2.gif') no-repeat bottom;
}
