
/* style definitions */

A:link {
	text-decoration: none;
	font: arial;
}
A:visited {
	text-decoration: none;
	font: arial;
}
A:active {
	text-decoration: none;
	font: arial;
}
A:hover {
	text-decoration: underline; 
	font: arial;
	color: red;
}

td.content {
	background-color: #fff;
	text-align: left;
	vertical-align: top;
	color: #000;
	font-weight: bold;
	height: 900px;
	width: 830px;
}

table.propertylist {
	border: 0px;
	width: 100%;
	background-color: #fff;
	border-collapse: collapse;
}

td.hspacer {
	width: 25px;
	height: 150px;
	background-color: #fff;
}

td.vspacer {
	width: 100%;
	height: 18px;
	background-color: #fff;
}

td.listing {
	border-right: #444 solid 8px;
	border-bottom: #444 solid 8px;
	border-left: #444 solid 1px;
	border-top: #444 solid 1px;
	color: #000;
	width: 780px;
	height: 150px;
	background-color: #fff;
}

td.admin {
	border-right: #444 solid 8px;
	border-bottom: #444 solid 8px;
	border-left: #444 solid 1px;
	border-top: #444 solid 1px;
	color: #000;
	width: 780px;
	background-color: #fff;
}

table.admintable {
	border: 0px;
	width: 100%;
	background-color: #fff;
	border-collapse: collapse;
}

td.admintd {
	border-right: #444 solid 1px;
	border-bottom: #444 solid 1px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000;
	background-color: #fff;
}

td.admintd2 {
	border-bottom: #444 solid 1px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #000;
	background-color: #fff;
}

