body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	background-image: url(../Images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #E7E7E7;
}
.SearchResult {
	border-top: thin solid #FFFFFF;
}
.heading {
	font-family: Arial;
	font-size: 24px;
	color: #024E97;
	margin: 2px;
	padding: 0px;
}
.field {
	color: #024E97;
	font-weight: normal;
	margin-right: 15px;
	margin-left: 15px;
	line-height: 21px;
}
.field a{
	font-weight: bold;
	color: #024E97;
}
.resultfield {
	color: #003366;
	font-weight: bold;
}
#SearchResults .resultfield {
	color: #003366;
	font-weight: bold;
}
a {
	color: #F80806;
	text-decoration: underline;
}
.required {
	font-size: 10px;
	color: #FF0000;
}
