#hintbox
{
	/*CSS for pop up hint box */
	position: absolute;
	top: 0;
	background-color: aliceblue;
	width: 150px; /*Default width of hint.*/
	padding: 3px;
	font: normal 11px Verdana;
	line-height: 18px;
	z-index: 100;
	
	visibility: hidden;
}
.hintanchor
{
	/*CSS for link that shows hint onmouseover*/
	font-weight: bold;
	font-size: x-small;
	font-family: Verdana;
	color: #0000ff;
	margin: 3px 8px;
	text-decoration: none;
}
.hintImage
{
	background-image: url(../Image/help.jpg);
}

