@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: 11px;
	line-height: 15px;
	color: #4F3B18;
}

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

.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: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #B7972F;
}
.property_loc {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #DAB529;
}
.instructions {
	font-size: 11px;
	color: #E9DA70;
}