body {
	background-color: #000000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 12px;
	background-image: url(../images/bkgnd1.jpg);
	background-position: center;
	background-repeat: repeat-y;
}
.topnav {
	font-size: 12px;
	color: #FFFFFF;
	padding: 2px;
}
.content1 {
	padding: 10px;
	background-color: #000000;
}
a:link, a:visited {
	color: #FFFFCC;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}
.TRDataOdd {
	background-color: #121212;
}
.TRDataEven {
	background-color: #000000;
}
h1 {
	font-size: 18px;
	color: #FFCC99;
}
h2 {
	color: #BA9B61;
	font-size: 14px;
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	border-top: 1px #5B574E;
	border-right: 1px #5B574E;
	border-bottom: 1px #5B574E;
	border-left: 1px #5B574E;
}
.bold1 {
	font-weight: bold;
	color: #CCCCCC;
}
.formfields {
	color: #CCCCCC;
	background-color: #131112;
	border: 2px dotted #666666;
}
input.errHilite, select.errHilite, textarea.errHilite {
	border: 2px dotted #CC0000;
	}
label.errHilite {
	color: #CC0000;
	}
.newwindow {
	float: right;
	height: 16px;
	width: 16px;
}
.infonote {
	padding: 4px;
	border: 1px dotted #4E3F22;
	text-align: center;
	background: #251E0C;
}
.map {
	text-align: center;
}

