#main, td {
	color: #000000;
	font: 14px Arial, Helvetica, sans-serif;
}
.newsbox {
	background: #EEEEEE url("images/newsbox-dot.gif") repeat-x 0 0;
	float: right;
}
.newsbox div {
	background: url("images/newsbox-dot.gif") repeat-y 100% 0;
}
.newsbox div div {
	background: url("images/newsbox-dot.gif") repeat-x 0 100%;
}
.newsbox div div div {
	background: url("images/newsbox-dot.gif") repeat-y 0 100%;
}
.newsbox div div div div {
	background: url("images/newsbox-tl.gif") no-repeat;
}
.newsbox div div div div div {
	background: url("images/newsbox-tr.gif") no-repeat top right;
}
.newsbox div div div div div div {
	background: url("images/newsbox-br.gif") no-repeat bottom right;
}
.newsbox div div div div div div div {
	color: #000000;
	font: bold 13px Arial, Helvetica, sans-serif;
	background: url("images/newsbox-bl.gif") no-repeat bottom left;
	padding: 5px;
}
.newsbox a:link, #newsbox a:visited {
	color: #CC0000;
	text-decoration: none;
}
.newsbox a:hover {
	color: #000000;
	text-decoration: none;
}
.newsbox ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.newsbox li {
	margin: 10px 0px 10px 0px;
}
.newsbox td {
	font: bold 13px Arial, Helvetica, sans-serif;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.header {
	background: #FFFFFF url(images/bg-header.jpg) no-repeat right;
}
.copyright 	{ color: #333333; font: 10px verdana, sans-serif; }
.copyright:link, .copyright:visited 	{ color: #333333; font: 10px verdana, sans-serif; text-decoration:none; }
.copyright:hover	{ color: #CC0000; font: 10px verdana, sans-serif; text-decoration:none; }
.shadeform { background: url("images/shadeform.gif"); }
.nav {
	text-align:left;
	text-indent: 32px;
	display: block;
	height: 24px;
	width: 180px;
	font: bold 13px/24px Arial, Helvetica, sans-serif;
	margin: 4px 0px;
}
.nav:link, .nav:visited, .nav:active {
	background: url("images/bg-nav.gif") 0px 24px;
	color:#000000;
	text-decoration:none;
}
.nav:hover  {
	background: url("images/bg-nav.gif") 0px 0px;
	color:#FFFFFF;
	text-decoration:none;
}
.label {
	white-space: nowrap;
	font: bold 12px Arial, Helvetica, sans-serif;
}

/* Property DB Styles*/
.searchbox {
	background: #FFFFCC;
	border: solid 1px #CCCCCC;
	padding: 5px;
}
.ID {
	width: 190px;
	background: #FFFFCC;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
	border-top: solid 1px #CCCCCC;
	border-bottom: solid 1px #FFFFCC;
	padding: 4px;
	position: relative;
	top: 1px;
	text-align: center;
	margin-top: 20px;
	font: 14px Arial, Helvetica, sans-serif;
	color: #CC0000;
	cursor: pointer;
	text-decoration: none;
}
.info {
	background: #FFFFCC;
	border: solid 1px #CCCCCC;
}
.info td {
	font: 14px Arial, Helvetica, sans-serif;
}
.info img {
	border: 2px solid #CC0000;
}
.mainImage {
	width: 400px;
	height: 300px;
	margin: 0px 0px 2px 0px;
	border: 1px solid #CC0000;
}
.thumbImage {
	width: 74px;
	height: 56px;
	margin: 2px 2px 0px 0px;
	border: 1px solid #CC0000;
	cursor: pointer;
}