/* ########## HINTBOX ##########*/
#hintbox{ /*CSS for pop up hint box */
	position: absolute;
	top: 0; width: 150px; /*Default width of hint.*/ 
	padding: 3px;
	background-color: lightyellow;
	border:1px solid black; border-right: 3px solid black; border-bottom: 3px solid black;
	font:normal 11px Verdana; line-height:18px;
	z-index:100; visibility: hidden;
	}
.hintanchor{ /*CSS for link that shows hint onmouseover*/
	color: #000000; text-decoration: none; 
	}