input {
	font: 11px Arial, Helvetica, sans-serif;
}
.footertext {
	font: xx-small Arial, Helvetica, sans-serif;
	color: #999999;
}
.navheader {
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

a:link {
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
a:visited {
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}
a:hover {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #849EBA;
	text-decoration: underline;
}
.maintext {
	font: 11px Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
}
.tableheader {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #849EBA;
}
select {
	font: 11px Arial, Helvetica, sans-serif;
}
a.toplinks:link {
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
}
a.toplinks:visited {
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
}
a.toplinks:active {
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
} 

a.rightlink:link {
	color: #a8abd8;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
}
a.rightlink:visited {
	color: #a8abd8;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
}
a.rightlink:hover {
	color: #ffffff;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
}
a.rightlink:active {
	color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
} 

.standardtext {
	font : 11px/18px Geneva, "MS Sans Serif", sans-serif;
	color : #333333;
}
.subheadgrey {
	font : bold small-caps 11px/18px Geneva, "MS Sans Serif", sans-serif;
	color : #666666;
}
.subheadblue, h2 {
	font : bold small-caps 11px/18px Geneva, "MS Sans Serif", sans-serif;
	color : #a8abd8;
}
.subheadsmall {
	font : bold small-caps 10px/10px Geneva, "MS Sans Serif", sans-serif;
	color : #666666;
}
.subheadtiny {
	font-weight:bold;
	color : #a8abd8;
}
.whitetext {
	font : 11px/18px Geneva, "MS Sans Serif", sans-serif;
	color : #dddde8;
}
label {
	font : 11px/18px Geneva, "MS Sans Serif", sans-serif;
	color : #dddde8;
	font-weight:bold;
}
label.dark {color:#666666;}
label.required {color:red;font-weight:red;}

table.Form {
	font : 11px/18px Geneva, "MS Sans Serif", sans-serif;
	color : #333333;
}
table.Form td {vertical-align:top;}
table.Form td.Label {font-weight:bold;vertical-align:top;}

.ErrorMessage {
	background-color:pink;border:1px solid red;
	font : 11px/18px Geneva, "MS Sans Serif", sans-serif;
	color : #333333;
}
.SuccessMessage {
	background-color:white;border:1px solid green;
	font : 11px/18px Geneva, "MS Sans Serif", sans-serif;
	color : green;
	padding:4px;
	margin-bottom:8px;
}
#FeaturedPropertyHeader {width:150px;background-color:#ffffff;padding:2px 2px 2px 4px;}
a.FeaturedProperty {
	font-size:small;
	color : blue;
	font-weight:bold;
}
a.FeaturedProperty:visited {
	font-size:small;
	color : blue;
	font-weight:bold;
}
a.FeaturedProperty:active {
	font-size:small;
	color : blue;
	font-weight:bold;
}
a.FeaturedProperty:hover {
	font-size:small;
	color : #dddde8;
	color : blue;
	text-decoration:underline;
}
/*Hack for IE6*/
* html a.FeaturedProperty {font-size:x-small;}
* html a.FeaturedProperty:visited {font-size:x-small;}
* html a.FeaturedProperty:active {font-size:x-small;}
* html a.FeaturedProperty:hover {font-size:x-small;}


textarea {font-family:Geneva,Arial,Helvetica,sans-serif;}