.SearchControl 		{ font-family: Arial; font-size: x-small; }
edit.SearchControl	{ font-family: Arial; font-size: x-small; font-weight: bold }

p			 		{ font-family: Arial; font-size: xx-small; }
body 		 		{ font-family: Arial; font-size: xx-small; background-color: #FFFFFF; }


table.SearchForm {
 	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0;
	background-color: #FFFFFF; 
	}


p.SearchTitle 		{ font-size: small; font-weight: bold; color: ##336699;
					  margin-top: 0; margin-bottom: 0.3em; padding: 0px 0px 0px 0px;
					}
p.SearchSubTitle	{ font-size: xx-small; font-weight: bold; color: ##336699; 
					  margin-top: 0; margin-bottom: 0.2em; padding: 0px 0px 0px 0px;
					}
p.NextPrevLinks		{ font-family: Arial; font-size: x-small; color: ##336699; 
					  margin-top: 0; margin-bottom: 0.2em; padding: 0px 0px 0px 0px;
					  text-align: right; font-weight: bold;
					}

Caption       	{ font-size: xx-small; font-weight: bold; color: Black; }

table.SearchResults {
 	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 0;
	background-color: #F4F9FF; 
	}
	
td.ResultsTableHeader {
	background-color: Navy;
	color: White;
	font-size: x-small;font-weight: Bold
	}

td.ResultsItem {
	background-color: #F4F9FF;
	font-size: x-small;
	}
	

