body {
	color: black;
	font: 14px/125% Georgia, "Times New Roman", Times, serif;
	background-color: white;
	margin: 0;
	padding: 0;
}

.smallText {
	color: #2700d9;
	font: 10px Arial, sans-serif;
	text-align: center;
	margin: 9px;
}

.propertyDescription {
	font-family: Arial, sans-serif;
}

.featuredHeading {
	text-transform: uppercase;
	color: #ff7900;
	text-align: center;
	font: bold 36px Arial, sans-serif;
	letter-spacing: 3px;
}

a.white:link {
	color: white;
	text-decoration: none;
	font: 9pt Arial, sans-serif;
}

a.white:visited {
	color: white;
	text-decoration: none;
	font: 9pt Arial, sans-serif;
}

a.white:hover {
	color: white;
	text-decoration: none;
	font: 9pt Arial, sans-serif;
}

a:white {
	color: white;
	text-decoration: none;
	font: 9pt Arial, sans-serif;
}

.orangeText {
	color: #ff7900;
	font-size: 125%;
	margin-top: 9px;
	margin-bottom: 18px;
}

.blueText {
	color: #C76316;
	font-size: larger;
}

.bigOrangeText {
	color: #C76316;
	font-size: larger;
}

.bigOrangeTextStacked {
	color: #C76316;
	font-size: larger;
	line-height: 150%;
}

.bigBlueText {
	color: #0094cd;
	font-size: larger;
}

.orangeHeading {
	color: #C76316;
	margin-top: 9px;
	margin-bottom: 18px;
	font: 125% "Arial Black";
}

.blueHeading {
	color: #2700d9;
	margin-top: 9px;
	margin-bottom: 18px;
	font: 125% "Arial Black";
}

.blueButton { 
	color: white; 
	background-color: #2700d9; 
	border: 1px solid; 
	border-color: #696 #363 #363 #696;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa'); 
	}

.blockQuoteBorderRight {
	border: 6px double black;
	background-color: #d8d8d8;
	font-size: larger;
	font-weight: bold;
	text-align: center;
	float: right;
	display: inline;
	margin: 18px;
}

.blockQuoteBorderLeft {
	border: 6px double black;
	background-color: #d8d8d8;
	font-size: larger;
	font-weight: bold;
	text-align: center;
	float: left;
	display: inline;
	margin: 18px;
}