body {
	font-size: 12px;
	color: #000000;
	background-color: #d1cfc4;	
	font-family: Times New Roman;
}

.bodytext {
	font-size: 12px;
	font-family: Times New Roman;
}

.box {
	border: 1px solid #270911;
}
.tbcell, .tbcell a, .tbcellhover, .tbcellhover a  {
	font-size: 14px;
	font-weight:bold;
	color: #333333;
	text-decoration: none;
	cursor: pointer;
	background-color: #88816e;
	font-family: Times New Roman;
}
.tbcellhover, .tbcellhover a {
	color: #CCCCCC;
	background-color: #270911;
}
.linkcell, .linkcell a, .linkcellhover, .linkcellhover a {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	cursor: pointer;
	background-color: #d1cfc4;
	font-family: Times New Roman;
	padding:2px 2px 2px 2px;

}
.linkcellhover, .linkcellhover a {
	color: #CCCCCC;
	background-color: #270911;
}
.leftheader {
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	background-color: #270911;
	font-family: "Times New Roman", Times, serif;
}
.miniheader {
	font-size: 14px;
	font-weight: bold;
	font-family: Times New Roman;
}

.centertext, .centertextbig{
	font-size:14px;
	color:#FFFFFF;
	font-style: italic;
}
.centertextbig{
	font-size:18px;
	font-weight:bold;
}

.housethumb {
	border: 1px solid #FFFFFF;
	opacity:0.75;
	filter: alpha(opacity=75);
}
.houseactive {
	border: 1px solid #FFFFFF;
	opacity:1;
	filter: alpha(opacity=100);
}

/* Footer Styles */
.footer, .footer a, .footer a:hover{
	font-family: Times New Roman;
	font-size: 10px;
	color: #333333;
}
.footer a{
	text-decoration: none;
}

.footer a:hover{
	text-decoration: underline;
}

/* styles for houses specification */
.specheader {
	color: #FFFFFF;
	background-color: #22090F;
	font-weight: bold;
	font-size: 16px;
}
.specaltrow {
	background-color: #CCCCCC;
}
