body {
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size: 14px;
	text-decoration: none;
	scrollbar-face-color: #F6F9E9;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-darkshadow-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #F6F9E9;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #991A36;
}
a:active { text-decoration: none; color: black}
a:hover {  text-decoration: underline; color: red}
a:link {color: black;  text-decoration: none}
a:visited { color: black;  text-decoration: none}
.white {color: #F6F9E9; text-decoration: none}
.white:link {color: #F6F9E9;text-decoration:none}
.white:visited {color: #F6F9E9;text-decoration:none}
.white:hover {color: #F6F9E9;text-decoration: underline;}
.white:active {color: #F6F9E9}
.grey { color: #991A36; text-decoration: none}
.grey:link {color: #991A36;text-decoration:none}
.grey:visited {color: #991A36;text-decoration:none}
.grey:hover {color: #991A36;text-decoration: underline;}
.grey:active {color: #991A36;text-decoration:none}
.georgia12 {
	font-family: Georgia, Times New Roman, Times, serif; 
	font-size: 12px;
	text-decoration: none;
}
table.searchResults {
  background-color: #9D4456;
}
table.searchResults td {
  background-color: white;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
table.searchResults tr.keys td {
  background-color: #9D4456;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: white;
}