@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
}
body {
	background-color: #993333;
	background-image: url(../art/bkgds/bkgd.jpg);
	background-repeat: repeat-y;
	background-position:center;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #993333;
}

a:hover {
	color: #000;
}
a:active {
	color: #993333;
}

a:visited {
	color: #000;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: 993333;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	font-style: italic;
	font-weight: normal;
	font-variant: normal;
	margin-bottom: 6px;
}
.ListingHeader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: right;
	margin-right: 25px;
}
.ListingsHeader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	text-align: right;
	margin-right: 25px;
}
.textBold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #993333;
}
.bottomline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC9999;
} 
.textBoldRed {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #993333;
	font-weight: bold;
}
.siteMap_firstIndent {
	text-indent: 20px;
}
.siteMap_secondIndent {
	text-indent: 40px;
}
.siteMap_thirdIndent {
	text-indent: 60px;
}
.strikeThrough {
	text-decoration: line-through;
}


.smallLink {
	font-size: 10px;
	padding-bottom: 4px;
	line-height: 16px;
}

.smallLink a{
	font-size:10px;
	color: #993333;
}

.smallLink a:hover {
	color:#000;
}

.smallLink a:active {
	color: #993333;
}


