@charset "utf-8";

/* ========== STANDARD TEXT ========== */

body, td {
	color: #333333;
	font: 9pt Georgia, "Times New Roman", Times, serif;
} 
a:link, a:visited {
	color: #A0A0A0; 
	font: 9pt Georgia, "Times New Roman", Times, serif;
	text-decoration: underline; 
} 
a:hover, a:active {
	color: #610000; 
	font: 9pt Georgia, "Times New Roman", Times, serif;
	text-decoration: underline; 
}
.welcome {
	color: #ffffff;
	font: 9pt Georgia, "Times New Roman", Times, serif;
	text-align: justify;
}
.welcome span {
	color: #a0a0a0;
	display: block;
	font: 10pt Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
	text-align: center;
}	

.welcome span a {
	color: #a0a0a0;
	font: 10pt Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
}	

/* ========== FRAME MENU ========== */

a.splashnav:link, a.splashnav:visited {
	color: #ffffff; 
	font: bold 9pt Georgia, "Times New Roman", Times, serif;
	text-decoration: none; 
}
a.splashnav:hover, a.splashnav:active {
	color: #c0c0c0; 
	font: bold 9pt Georgia, "Times New Roman", Times, serif;
	text-decoration: none; 
}

/* ========== FEATURED LISTINGS ========== */

.featuredlistingstext {
	color: #ffffff; 
	font: 8pt Georgia, "Times New Roman", Times, serif;
}
a.featuredlistinglink:link, a.featuredlistinglink:visited {
	color: #1f72bc; 
	font: 7pt Georgia, "Times New Roman", Times, serif;
	text-decoration: none; 
}
a.featuredlistinglink:hover, a.featuredlistinglink:active {
	color: #c0c0c0; 
	font: 7pt Georgia, "Times New Roman", Times, serif;
	text-decoration: none; 
}

/* ========== CONTACT FOOTER ========== */

.contactfoot {
	margin: 0 auto;
	text-align: center;
	width: 450px;
}
.contactfoot_title {
	background: #292929;
	border-bottom: solid 1px #666666;
	color: #cccccc;
	display: block;
	font: 11pt Georgia, "Times New Roman", Times, serif;
	padding: 5px 0;
}
.contactfoot div {
	display: block;
	color: #757575;
	float: left;
	height: 60px;
	padding-top: 5px;
	width: 150px;
}
.contactfoot div span {
	color: #999999;
	font: bold 12pt "Times New Roman", Times, serif;
}
