#toolTip{
	border:1px solid #7781a7;
	background-color:#F9F9F9;
	width:270px;
	position:absolute;
	visibility: hidden;
	overflow: hidden;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color:#333;
}

#toolTip h1{
	display:block;
	font-family: tahoma;
	font-size: 11px;
	color:#020252;
	font-weight: normal;
	background-color:white;
	margin:1px;
	padding:0px 2px;   
}

#toolTip p {
	margin:1px;
	padding:4px 2px;
	color:#520202;
	font-family: tahoma;
	font-size: 10px;
}
