.hiliteBox
{
	background: white;
	position: absolute;
	border-width: thin;
	border-style: solid;
	border-color: red;
	cursor: hand;
	cursor: pointer;
	display: none;
}	
.hiliteBoxBig
{
	background: red;
	position: absolute;
	display: none;
}
body
{
	font-family: Verdana;
	font-size: 12px;
}
.explainBox
{
	background: #e0e0e0;
	position: absolute;
	border-width: thin;
	border-style: solid;
	border-color: gray;
	padding: 4;
}
.arrow
{
	position: absolute;
	cursor: hand;
	cursor: pointer;
	opacity: .8;
	filter: alpha(opacity=75);
	display: none;
}