@charset "utf-8";
/* CSS Document */

body div#toolTip {
	position:absolute;
	z-index:99;
	width:220px;
	border:1px solid #000000;
	text-align:left;
	padding:5px;
	display:block;
	background-image: url(tipbg.gif);
}

/* color of first line of tooltip */
body div#toolTip p {
	padding:0;

	font-weight:bold;

}

acronym { 
	border-bottom:1px dotted #333;
	cursor:help;
	color:#ff00FF;
}
abbr {
	border-bottom:1px dotted #333;
	cursor:help;
	color:#330099;
}

.tipfont1{
	color:#770077;
	margin:3px;
	font-size: 15px;
	font-weight: bolder;
	text-decoration: underline;
}

.tipfont2{
	font:12px/13px verdana,arial,sans-serif;
		text-indent: 30px;
	color:#000000;
	margin:1px;
	text-indent:0px;
}
.tipfont3{
	color:#1ff11f;
	margin:1px;
	text-indent: 0px;
}
.tipfont4{
	color:#B715A7;
	margin:1px;
	text-indent: 0px;
	font-size: 10px;
	font:12px/13px verdana,arial,sans-serif;
}