
	.SearchDIV {
		position: absolute; 
		z-index: 1000;
		visibility: visible;
		}
	DL { 
		margin: 0px;
		}
	.SearchTable {
		background-color: #C7E2F1; 
		border: 2px solid #C7E2F1;
		}
	#SearchInput {
		color: #808080;
		font-weight: normal;
		}
	.ResultList dd a, .gallery dd a:visited {
		color: black; 
		text-decoration:none; 
		display:block; 
		padding: 0px;
		margin: 0px;
		margin-left: -40px;
		border-top: 2px solid gray;
		text-size: 8pt;
		font-family: Verdana, sans-serif
		}
	.ResultList dd a:hover {
		background: #86C1E1; 
		color: white;
		}
	.resultCellBorder {
		border-left: 2px solid #007DBF;
		}
	.resultCell {
		color: black;
		}
	A.resultLink {
		text-size: 8pt;
		text-decoration: none;
		color: black;
		font-weight: normal;
		}
	#SearchBar {
		background: #9E7D1E;
		height:35px;
		border: 2px solid #BF0211;
		border-left: 0px;
		border-right: 0px;
 		border-bottom: 0px;
		font-size: 13pt;
		color: #ffffff;
		}
	#SearchBarContents {
		margin-top: 2px;
		border-top: 0px solid #FE660A;
		font-weight: bold;
		font-family: Verdana, sans-serif;
		margin-left: 10px;
		color: white;
		}
	#SearchBarContents input, #SearchBarContents select {
		background-color: #E2CCB2;
		border: 1px solid black;
		font-size: 11pt;
		}
	.SubmitButton  {
		background-color: #E2CCB2 !important;
		border: 1px solid black !important;
		font-size: 11pt !important;
		height: 20px !important;
		color: black;
		margin-top: 1px;
		}
	.SubmitButtonHover {
		background-color: #ffffff !important;
		border: 1px solid black !important;
		font-size: 11pt !important;
		height: 20px !important;
		color: black;
		}
	FORM {margin: 0px;}
