#hintbox{ /*CSS for pop up hint box */
	position:absolute;
	top: 0;
	background-color: #DDFFFF;
	width: 150px; /*Default width of hint.*/
	padding: 3px;
	border:1px solid #003366;
	line-height:18px;
	z-index:10;
	visibility: hidden;
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #003366;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: navy;
margin: 3px 8px;
}