@charset "UTF-8";
div.htmltooltip{
	position: absolute; /*leave this and next 3 values alone*/
	z-index: 1000;
	left: -1000px;
	top: -1000px;
	border: 1px solid #FF6A00;
	color: #000;
	width: 250px; /*width of tooltip*/
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0em;
	padding: 1em;
	text-decoration: none;
	font-size: .8em;
	line-height: 1.1em;
	background-color: #FFF;
}
