body {
	margin-left: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial;
	color: #FFFFFF;
}
.Hidden{
	color:#1B95F0;
	font-size:xx-small;
}
.style1 {
	font-size: 24px;
	font-weight: bold;
}
.ResultRow {
	font-size: smaller;
	background-color: #FFFFFF;
	color:#094F82;
}
.ResultRowActive {
	font-size: smaller;
	background-color:#FFFFCC;
	color:#094F82;
}
.Priced {
	font-weight: bold;
	color:#AE0000;
}
.UnPriced {
	font-size: smallest;
}
.ResultHeader {
	font-size: smaller;
	font-weight: bold;
	color:#FFFFFF;
	background-color: #AE0000;
	text-align: center;
	text-transform: uppercase;
	text-indent: 5px;
}
.BodyHeader {
	font-size: 30px;
	font-weight: bold;
}
a:link {
	color:#FFFF99;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#FFFF99;
}
a:hover {
	text-decoration: underline;
	color:#FFFFCC;
}
a:active {
	text-decoration: none;
	color:#FFFF99;
}
.ErrorMessage {
	font-weight: bolder;
	color: #FFFF00;
}

