body {
	margin: 0;
	background-color: #d4d4d4;
	background-image: url(/images/bg-tile.gif);
	background-position: top center;
}
td, input, select, textarea, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
.alpha {
	opacity: .4;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=40);
	-moz-opacity: .4;
}
a {
	color: #00aedb;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: none;
}
.navsub {
	background-color: #00aedb;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	display: none;
	position: absolute;
}
.navsuboff {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	background-image: none;
	padding: 3px 10px;
	text-transform: uppercase;
}
.navsubon {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
	background-image: url(/images/nav-sub-rollover.gif);
	cursor: pointer;
	cursor: hand;
	padding: 3px 10px;
}
.title {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
}
a.title:hover {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
}
h2 {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0;
	margin: 0;
}
.date {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #006699;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}
a.date:hover {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}
.small {
	font-size: 10px;
	color: #cccccc;
	text-decoration: none;
	text-transform: uppercase;
}
.searchField {
	font-size: 11px;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	width: 100px;
}
.field {
	border: 1px solid #999999;
	background-color: #eeeeee;
	width: 250px;
}
.archiveoff {
	font-size: 11px;
	color: #00aedb;
	background-image: none;
	text-transform: uppercase;
}
.archiveon {
	font-size: 11px;
	color: #ffffff;
	background-image: url(/images/nav-sub-rollover.gif);
	text-transform: uppercase;
	cursor: pointer;
}
