	BODY {
	  background-color: #fdf5e6;
	  font-family: Arial, sans serif; 
	  margin-top: 2%;
	  margin-left: 5%;
	  margin-right: 5%;
	  font-size: 100%;
	}
h1 {
	font-size: 210%;
}
	
	div.SearchTypes {
	background-color: #4682b4;
    color: #ffffff;
	padding-top: .5%;
	padding-bottom: .5%;
	text-indent: 2%;
	margin-right: 0%;
}

a.SearchTypes {
	color: white;
}

span.accessKey {
	font-weight : 900;
/*	color: red; */
}

span.selected {
	font-weight : 900;
	font-size: larger;
}

