/* we specify table, in addition to body, since both IE and Firefox don't
   seem to propogate style info from the outer <body>...</body> into the
   inner <table>...</table>
   */
body, table  {
    font-family: Verdana;
    font-size: 10pt;
  }


span.dtSearchHit {
	font-weight: bold;

	color: white;
/*	color: black; */
/*	color: red; */

/* gray-blue: */
	background-color: #637B94;
/* khacki: */
/*	background-color: #cdc67f; */
/* red: */
/* 	background-color: red; */
}
