body {
	margin: 0;
	background-color: #7dbbc7;
	background-image: url(/images/bg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}
td, input, select, textarea, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4c4c4c;
}
a {
	color: #59b2bf;
	text-decoration: none;
}
a:hover {
	color: #7f4e20;
	text-decoration: none;
}
.navsub {
	background-color: #e6f4f6;
	display: none;
	position: absolute;
}
.navsuboff {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7f4e20;
	text-transform: uppercase;
	padding: 2px 10px;
}
.navsubon {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #59b2bf;
	text-transform: uppercase;
	cursor: pointer;
	cursor: hand;
	padding: 2px 10px;
}
.infobar {
	color: #59b2bf;
	text-decoration: none;
}
a.infobar:hover {
	color: #addbe2;
	text-decoration: none;
}
.title {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #7f4e20;
	text-transform: uppercase;
}
.subtitle {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #59b2bf;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.date {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #addbe2;
	text-decoration: none;
	text-transform: uppercase;
}
.small {
	font-size: 10px;
	color: #6fbcc7;
	text-decoration: none;
}
.field {
	font-size: 11px;
	border: 1px solid #ffffff;
	background-color: #ffffff;
	width: 100px;
	height: 16px;
}
.archive {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7f4e20;
	text-decoration: none;
	text-transform: uppercase;
}

