.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #990000;
	font-weight: bold;

}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #6699CC;
}
body {
	font-size: 10px;
	color: #6699vv;
	font-weight: normal;
}
.continue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.redtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #990000;
}
.boldblue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: 6699cc;
}


/* results specific */

#searchtable { background-color: #ccc; width: 600px; border: 0; border-collapse: collapse; }
#searchtable th, #searchtable td { padding: 10px; vertical-align:middle; text-align:center; }
#searchtable td { padding: 15px; }
#searchtable th { font-size: 0.8em; color: #666; }
#resulttable { background-color: #fff; width: 600px; border-collapse: collapse; }
#resulttable th, #resulttable td { padding: 10px; vertical-align:top; text-align:left; }
#resulttable th { font-size: 0.8em; color: #666; }
#resulttable td h3, #resulttable td h5 { margin: 0px; }
#resulttable td h5 { margin-bottom: 2em; }
#resulttable tbody td { border-bottom:1px solid #ccc; }
a:link {
	color: #990000;
}
a:visited {
	color: #990000;
}

.menuitem {
	position: absolute;
	left: 4px;
	top: 2px;
	color: rgb(255, 255, 255);
	visibility: hidden;
}

.house-description {
	font-size: 0.9em;
}

h3.house-title {
	font-size: 1.5em;
}

h5.house-trail {
	font-size: 1.1em;
}


