@charset "UTF-8";
body  {
	font: normal 12px/normal Georgia, "Times New Georgia", Times, serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left;
	color: 806f53;
}
.tag {
	font-family: Georgia, "Times New Georgia", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #a99b97;
	text-transform: none;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#boxTop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #806f53;
}
a:link {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	color: #a99b97;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}
a:visited {
	text-decoration: none;
	color: #806f53;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	border: 0;
	text-transform: uppercase;
	text-align: right;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #CC0000;
	text-decoration: none;
	text-align: right;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #CC3333;
	text-decoration: none;
	text-align: right;
}
.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	color: #a99b97;
	font-variant: normal;
}
.caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #a99b97;
	background-position: left center;
}
div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000000;
	background-color: #FFFFFF;
	text-align: right;
}
h1 {
	font-size: 16px;
	color: #806f53;
	font-family: Georgia, Times New Georgia, Times, serif;
	line-height: normal;
	font-weight: bold;
	text-transform: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
bod {
	font-family: Georgia, Times New Georgia, Times, serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}
body {
	font-family: Georgia, Times New Georgia, Times, serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}
.reverse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
}
.small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: none;
	color: #FFFFFF;
}
.sold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #CC0000;
}
