/* CSS Document */
#hintbox{ /*CSS for pop up hint box */
	position:absolute;
	top: 0px;
	background-color: #FFFFE0;
	width: 150px; /*Default width of hint.*/ 
	padding: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
	border-right-width: 3px;
	border-bottom-width: 3px;
	visibility: hidden;
}

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