body {
	background-color: #F3F3F3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/shadow.gif);
	background-repeat: repeat-y;
	background-position: center center;

}
.AdminMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.TextWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CCCCCC;
	text-decoration: none;
}
.BodyTextWhite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
}
.BodyTextGrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
}
.BodyTextWhiteBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #1E1A38;
	text-decoration: none;
}
.Header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FA3A2E;
	text-decoration: none;
}
.BodyTextPurple {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #1E1A38;
	text-decoration: none;
}
.BlueLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #004FA3;
	text-decoration: none;
}
.BorderWhite {
	border: 1px solid #1E1A38;
}
.border {
	border: 1px solid #35314C;
}
.BorderTop {
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #35314C;
}
a:hover {
	color: #F04D44;
	text-decoration: none;
}

.BorderBottom {
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #35314C;
}
.BorderTopBottom {
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #35314C;
	border-bottom-color: #35314C;
}
.TopRepeat {
	background-image: url(images/topnav-repeat.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.TopFade {
	background-image: url(images/fadeback.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.DarkBack {
	border: 1px solid #35314C;
	background-image: url(images/background.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.RedBack {
	background-image: url(images/houseback-red.gif);
	background-position: right top;
	border: 1px solid #35314C;
	background-repeat: no-repeat;
	background-color: #48243A;
}
.GreyBack {
	background-color: #f1f1f1;
}
.PropertyBorder {
	border: 1px solid #35314C;
	background-color: #292642;
}
.border3sides {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #35314C;
	border-bottom-color: #35314C;
	border-left-color: #35314C;
}
