#hintbox{ /*CSS for pop up hint box */
	position:absolute;
	top: 0;
	background-color: #DDEAFB;
	width: 150px; /*Default width of hint.*/ 
	padding: 3px;
	border:1px solid #2A4E80;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
	border-right: 3px solid #2A4E80;
	border-bottom: 3px solid #2A4E80;
	visibility: hidden;
	color:#000000
	}

	.hintanchor{ /*CSS for link that shows hint onmouseover*/
	font-weight: bold;
	color: #ffffff;
	margin: 3px 8px;
	}