@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/bg.gif);
}
table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-align: center;
	color: #003300;
	background-color: #FDF4D5;
}
.titledescriptionTOP {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align:left; 
	color: #FDF4D5;
	background-color: #003300;
	text-indent: 30px;
}

.titledescrptionBOTTOM {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align:left;
	color: #FDF4D5;
	background-color: #003300;
	text-indent: 700px;
}
.active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #003300;
	text-align: center;
}
.pending {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #DE5100;
	text-align: center;
}
.sold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-align: center;
}
.sold2010 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #4F3B25;
	text-align: center;
}
.infoPics {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #003300;
	text-align: center;
}
a:link		{ color: #003300; text-decoration: underline; }

a:visited	{ color: #999999; text-decoration: none; }

a:active	{ color: #990000; text-decoration: none; }

a:hover		{ color: #E17E29; text-decoration: underline; }

