body {
	margin: 0;
	background-color: #f8d24d;
	background-image: url(/images/bg-tile.gif);
	background-position: top center;
	background-repeat: repeat-y;
}
td, input, select, textarea, div {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}
a {
	color: #00b8e5;
	text-decoration: none;
}
a:hover {
	color: #e60051;
	text-decoration: none;
}
.bodycopy {
	line-height: 17px;
}
.navsub {
	background-color: #333333;
	display: none;
	position: absolute;
	z-index: 1000;
}
.navsuboff {
	font-size: 15px;
	color: #ffffff;
	padding: 3px 10px;
	text-transform: lowercase;
}
.navsubon {
	font-size: 15px;
	color: #f8d24d;
	cursor: pointer;
	cursor: hand;
	padding: 3px 10px;
	text-transform: lowercase;
}
.introtext {
	font-size: 12px;
	color: #999999;
	line-height: 15px;
}
.title {
	font-size: 28px;
	color: #ffffff;
}
.date {
	font-size: 28px;
	color: #4d4d4d;
	text-decoration: none;
}
.searchfield {
	font-size: 11px;
	border: 0;
	background-color: #5c5c5c;
	width: 95px;
	text-align: center;
}
.field {
	font-size: 12px;
	border: 1px solid #5c5c5c;
	background-color: #5c5c5c;
	width: 250px;
}
.small {
	font-size: 11px;
	color: #555555;
	text-decoration: none;
}
.archive {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #f8d24d;
	text-transform: uppercase;
}
.alpha {
	opacity: .2;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
	-moz-opacity: .2;
}

