body {
	margin: 0;
	background-color: #424f4f;
	background-image: url(/images/site-bg.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
td, input, select, textarea, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
a {
	color: #ff6600;
	text-decoration: none;
}
a:hover {
	color: #ff9900;
	text-decoration: none;
}
.navsub {
	background-color: #ffffff;
	display: none;
	position: absolute;
	padding-bottom: 2px;
	z-index: 1000;
}
.navitem {
	width: 100%;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-transform: lowercase;
	text-decoration: none;
	display: block;
	padding: 3px 10px;
}
a.nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #424f4f;
	text-transform: lowercase;
	text-decoration: none;
	display: block;
	padding: 3px 10px;
}
.title {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #bbbbbb;
	line-height: 28px;
}
.date {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: lowercase;
}
.category {
	font-size: 12px;
	color: #717b7b;
	text-decoration: none;
	text-transform: lowercase;
}
.small {
	font-size: 10px;
	color: #989d9d;
	text-transform: lowercase;
}
.field {
	border: 1px solid #989d9d;
	background-color: #989d9d;
	width: 100px;
}
.button {
	color: #999999;
}
.rightCol {
	color: #ffffff;
}
