body {
	background-color: #000000;
	font-family: Verdana, Arial, sans-serif;
	margin: 0px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:12pt;
	font-size:10pt;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	color: #999900;
	scrollbar-3dlight-color:=#8E2323;
    scrollbar-arrow-color:#CDCDCD;
    scrollbar-track-color:#000000;
    scrollbar-darkshadow-color:black;
    scrollbar-face-color:#8E2323;
    scrollbar-highlight-color:#FF0000;
    scrollbar-shadow-color: #2F4F4F;
	}

p { 
	font: 10pt Verdana;
	text-align: left;
	}
	
form {
	background-color: #000000;
	color: #999900;

}

.title {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #999900;
	font-weight: bold;
	text-align: center;
	border: solid #006400;

}

.subtitle {
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	color: #006400;
	background-color: #DCDCDC;
}

.bold {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.sold {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: red;
}

.header {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	background-color: #000000;
	color: #999900;
	text-align: center;
	line-height: 22px;
}

.header2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	background-color: #000000;
	color: #DCDCDC;
	text-align: center;
}

.header3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
}

.nav {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	color: #999900;
	text-decoration: none;
}

.text {
	font-family: Verdana, sans_serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 15px;
	color: #C0C0C0;
	text-decoration: none;
	text-indent: 0px;
	background-color: #000000;
}

.footer {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
	color: #999900;
	background-color: #000000;
	text-align: center;
	border: none;
}

.small {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #CCCC00;
}
a:link {
	color: #999900;
	text-decoration: none;
}
a:visited {
	color: #999900;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #8E2323;
}
a:active {
	color: #999900;
	text-decoration: none;
}
.hr {
	color:#999900;
}
.border {
    align: center;
	background-color: #000000;
	margin: 4px;
	padding-left:4px;
	padding-right:4px;
	padding-top:4px;
	padding-bottom:4px;
	border-top: none;
	border-right: none;
	border-bottom: 2px solid #999900;
	border-left: none;
}

.scrollbox {
	overflow: auto;
	width: 600px;
	height:300px;
	align: center;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	line-height: normal;
	color: #000000;
	text-decoration: none;
	border: thin solid #999900;
}

.highslide {
	cursor: url(highslide/graphics/zoomin.cur), pointer;
}
.highslide img {
	border: 2px #999900;
}
.highslide:hover img {
	border: 2px #999900;
}

.highslide-image {
    border-bottom: 1px solid black;
    cursor: pointer; /* opera */
	cursor: url(highslide/graphics/zoomout.cur), pointer;
}
.highslide-image-blur {
    cursor: pointer;
}
.highslide-caption {
	display: none;
	border-bottom: 1px solid black;
	font-family: Verdana, Arial;
	font-size: 10pt;
	padding: 5px;
	background-color: #000000;
	color: #FFFF00;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-style:normal;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	opacity: 0.60; /* w3c */
	filter: alpha(opacity=60); /* ie */
	border-top: 1px #999900;
	border-bottom: 1px #999900;
    background-color: black;
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
	}
	
#dropmenudiv{
	position:absolute;
	font:normal 11px;
	z-index:100;
	color: #999900;
	background-color: #000000;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	background-color: #000000;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: black;
}
    
