@charset "utf-8";
.recentlistings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.newstext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D9D5B4;
}
a:link {
	color: #A4933A;
}
a:visited {
	color: #A4933A;
}
a:hover {
	color: #ECE6D0;
}
a:active {
	color: #A4933A;
}
.toptext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.headertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
		text-decoration: none;
}
.headertext:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ECE6D0;
	text-decoration: none;
	font-weight: bold;
}
.headertext:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

table.videoTable {
	width:314px;
	margin-top: 100px;
}

#videoSWF {
	width:314px;
	height:276px;
	background-color: #e34000;
	border-top: 4px solid #e34000;
	border-left: 4px solid #e34000;
	border-right: 4px solid #e34000;
	border-bottom: 2px solid #e34000;
}

#messageBox {
	z-index: 801;
	position: relative;
	top: 100px;
}

#messageHolder {
	z-index:800;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
}

#messageBlockOut {
	z-index: 799;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #205366;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75; 
}
