/*[variables]
colors
{
	@00: black;
}
*/
#hintbox
{
/*CSS for pop up hint box*/
	position: absolute;
	top: 0;
	background-color: #FFFFFF;
	width: 150px;
/*Default width of hint.*/
	padding: 4px;
	border: 2px solid #2762A5;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	border-right: 2px solid #2762A5;
	border-bottom: 2px solid #2762A5;
	visibility: hidden;
}
.hintanchor
{
/*CSS for link that shows hint onmouseover*/
	font-weight: bold;
	color: navy;
/*margin: 3px 8px;*/
	cursor: help;
}
A.hintanchor
{
	color: #2763A5;
	font-size: 10px;
	text-decoration: none;
}

