/* CSS Document */
.tip {
	width:200px;
	padding:1px;
	position:static;
	visibility:hidden;
	color:#003366;
	top:200px;
	left:600px;
	background-color:#FFFFFF;
	layer-background-color:#ffffcc;
	border: 1px solid #B3122e;
	font-family: "Trebuchet MS";
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	margin-left: 0px;
}

