.combo-hilite {
	cursor:		hand;
	cursor:		pointer;
	background:	darkblue;
	border:		1px solid darkblue;
	color:		white;
	font-family:	verdana;
	font-size:	9pt;
}
.combo-item   {
	cursor:		hand;
	cursor:		pointer;
	background:	white;
	border:		1px solid white;
	color:		black;
	font-family:	verdana;
	font-size:	9pt;
}
