body {
	margin: 0;
	background-color: #c1dbe7;
	background-image: url(/images/bg-tile.jpg);
	background-position: top;
}
td, input, select, textarea, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #71523f;
}
.bodytext {
	line-height: 20px;
}
a {
	color: #94b228;
	text-decoration: none;
}
a:hover {
	color: #473726;
	text-decoration: none;
}
.navsub {
	display: none;
	position: absolute;
}
.navitem {
	width: 100%;
}
.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #71523f;
	text-decoration: none;
	text-transform: uppercase;
	background-color: none;
	display: block;
	padding: 3px 10px;
}
a.nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #75a5bb;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #d0e3ec;
	display: block;
	padding: 3px 10px;
}
.title {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #71523f;
	text-transform: uppercase;
}
.small {
	font-size: 10px;
	color: #b1a58a;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.smalltext {
	font-size: 11px;
	color: #71523f;
	letter-spacing: 1px;
	text-transform: uppercase;
}
a.smalltext:hover {
	font-size: 11px;
	color: #94b228;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.footer {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7da4bb;
	text-decoration: none;
	text-transform: lowercase;
}
.field {
	border: 1px solid #d3dab8;
	background-color: #f5f9e6;
	width: 200px;
}
