@charset "utf-8";
/* CSS Document */

/* Default Stylles */
body {
	background-image: url(../Images/bg.jpg);
}
body,td,th {
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 10px;
	line-height: 15px;
	color: #B19267;
}

a {
	font-family: 'Georgia', Times New Roman, Times, serif;
	line-height: 15px;	
}
a:link {
	text-decoration: none;
	color: #B79730;
}
a:visited {
	text-decoration: none;
	color: #B79730;
}
a:hover {
	text-decoration: none;
	color: #E3C956;
}
a:active {
	text-decoration: none;
	color: #B79730;
}

.swh_links {
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #B19267;
}
.factsheet_link a:link {
	text-decoration: none;
	color: #E9DA70;
}
.factsheet_link a:visited {
	text-decoration: none;
	color: #E9DA70;
}
.factsheet_link a:hover {
	text-decoration: none;
	color: #E3C956;
}
.factsheet_link a:active {
	text-decoration: none;
	color: #E9DA70;
}

.property_name {
	font-size: 9px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.separator {
	font-family: 'Georgia', Times New Roman, Times, serif;
	color: #806644;
}