.SearchControl 		{ font-family: Arial; font-size: 12px; 
					  }

.SearchControl1 		{ 
	border: 1px inset #3399FF;
	margin-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
edit.SearchControl	{ font-family: Arial; font-size: 14px; font-weight: bold }

p			 		{ font-family: Arial; font-size: 14px; }


body{
	font-family:Arial;
	font-size:15px;
	color:#000000;
	background-color: #D1B3B3;
	background-image: url(images/bg-form1.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 5px;
	margin-left: 3px;


   }
div{
   font-family:Arial;
   font-size:15px;
   color:#000000;
   }   
   
a{text-decoration:none;}
a:link{color:#0033CC;}
a:visited{color:#0033CC;}
a:hover{color:#FF0000; text-decoration:underline}
.header{
font-size: small; font-weight: bold; color: Black;
}




table.SearchForm {
 	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0;
/**	background-color: #9EBFF6; */
	}


p.SearchTitle 		{ font-size: small; font-weight: bold; color: Navy;
					  margin-top: 0; margin-bottom: 0.3em; padding: 0px 0px 0px 0px;
					}
p.SearchSubTitle	{ font-size: 14px; font-weight: bold; color: Navy; 
					  margin-top: 0; margin-bottom: 0.2em; padding: 0px 0px 0px 0px;
					}
p.NextPrevLinks		{ font-family: Arial; font-size: 14px; color: Navy; 
					  margin-top: 0; margin-bottom: 0.2em; padding: 0px 0px 0px 0px;
					  text-align: right; font-weight: bold;
					}

Caption       	{ font-size: 14px; font-weight: bold; color: Black; }

table.SearchResults {
 	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0;
	background-color: #9EBFF6; 
	}
	
td.ResultsTableHeader {
	background-color: Navy;
	color: Silver;
	font-size: small;
	}

td.ResultsItem {
	background-color: #eeeeee;
	font-size: x-small;
	}
	
