body {
	margin: 0;
	background-color: #000000;
	background-image: url(/images/bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
td, input, select, textarea, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
a {
	color: #c0cf70;
	text-decoration: none;
}
a:hover {
	color: #e6623b;
	text-decoration: none;
}
.navsub {
	background-color: #000000;
	display: none;
	position: absolute;
	padding-bottom: 2px;
	z-index: 1000;
}
.navitem {
	width: 100%;
}
.nav {
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 3px 10px;
}
a.nav:hover {
	font-size: 12px;
	color: #c0cf70;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	padding: 3px 10px;
}
.title {
	font-size: 24px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	color: #ffffff;
	padding: 0;
	margin: 0;
}
.date {
	color: #e6623b;
	text-decoration: none;
}
.bodytext {
	width: 900px;
	text-align: left;
	line-height: 22px;
	padding-bottom: 30px;
}
.small {
	font-size: 11px;
	color: #7d4a39;
	text-decoration: none;
}
.searchfield {
	border: 1px solid #000000;
	background-color: #000000;
	width: 100px;
}
.archive {
	color: #e6623b;
	text-decoration: none;
	text-transform: lowercase;
}

