#maintable {
	border-collapse: collapse;
	width: 99%;
}

#maintable tr {
	vertical-align: top;
}

#maintable td, #maintable p {
	font-family: "Bitstream Vera Sans", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 4px;
}

#maintable td.left {
	width: 150px;
}

#maintable td.right {
	width: 150px;
}

#maintable td.central {
	padding: 0 4px;
	text-align: justify;
}

#maintable p { margin-top: 0; text-align: justify; }

#maintable a:link, #maintable a:visited {
	font-family: "Bitstream Vera Sans", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: blue;
	text-decoration: none;
}

#maintable a:hover {
	color: red;
	background-color: transparent;
	text-decoration: underline;
}



table.rentaltable {
	border-collapse: collapse;
	background-color: #eef;
	border: 1px solid white;
	margin: 8px 0;
	width: 100%;
}

table.rentaltable td {
	vertical-align: middle;
	padding: 4px;
}

table.rentaltable td.rtleft {
	width: 120px;
	text-align: center;
}

table.rentaltable td.right {
	padding-left: 12px;
}

img.rentthumb {
	border: 1px solid #066;
}

div.rentaltitle {
	background-color: #eee;
	font-weight: bold;
	padding: 3px;
	border: 1px solid #8cc;
	margin-bottom: 12px;
}

div.rentteaser {
	text-align: justify;
	margin-bottom: 12px;
}

div.propdesc {
	color: #004623;
	background-color: white;
	border: 1px solid #bdf;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: left;
	padding: 4px;
	margin-bottom: 4px;
}

div.disclaimer {
	color: #39f;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	margin: 3px 3px 0 0;
	text-align: right;
}

div.pictures {
	color: #004623;
	background-color: #def;
	border: 1px solid #bdf;
	text-align: center;
	padding: 4px;
	margin-bottom: 4px;
}

div.propprice {
	color: #900;
	background-color: #eee;
	border: 1px solid #bdf;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	font-style: italic;
	text-align: center;
	padding: 4px;
	margin-bottom: 0;
}

img.propphoto {
	padding: 4px;
	background-color: #eee;
	border: 1px solid #ccc;
	margin: 4px;
}

#catheader {
	color: #008d46;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bolder;
	font-style: italic;
	text-align: center;
	background-color: #ffc;
	padding: 6px;
	margin: 0 0 4px 0;
	border: 1px solid #d2232c;
}
