.textlinks {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
}
.blackText, p, td {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 13px;
}
.availableText {
	font-family: Arial, Helvetica, sans-serif;
	color: #6A1C05;
	text-decoration: none;
	font-size: 13px;
	background-color:#FFF;
	font-weight: bold;
}
.reservedText {
	font-family: Arial, Helvetica, sans-serif;
	color: #A39849;
	text-decoration: none;
	font-size: 13px;
	background-color:#FFF;
	font-weight: bold;
}
.soldText {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 13px;
	background-color:#FFF;
	font-weight:normal;
}
.whiteBorder {
	border: 1px solid #FFF;
}
h3 {
	background-image: url(images/bkgd_panel.gif);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
	text-indent: 8px;
	margin-bottom: 1px;
	padding-bottom: 1px;
}


fieldset {
	width: 98%;
	margin-left: 1em;
	border: 1px solid #000;
}
legend {
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
	color: #660000;
}
