body {
	background-image: url(images/body_bg.gif);
	background-position: center;
	background-repeat: repeat-y;
	background-color: #C0AE8D;
}
td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.pad5 {
	padding: 5px;
}
.small_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #2D0C13;
}
.nav_text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2D0C13;
	font-weight: bold;
	padding: 0 5px;
	border-top: 1px solid #C0AD69;
	border-bottom: 1px solid #C0AD69;
}
.nav_text a:link {
	color: #2D0C13;
	text-decoration: none;
}
.nav_text a:visited {
	color: #2D0C13;
	text-decoration: none;
}
.nav_text a:hover {
	color: #75441B;
	background-color:#DED48B;
	padding-left:15px;
	text-decoration: none;
}
.nav_text a:active {
	color: #75441B;
	background-color:#DED48B;
	padding-left:15px;
	text-decoration: none;
}
.header {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #69310E;
}
.formtext {
	width:100%;
	border:1px solid #C0AD69;
}
a:link {
	color: #75441B;
	text-decoration: underline;
}
a:visited {
	color: #75441B;
	text-decoration: underline;
}
a:hover {
	color: #2D0C13;
	background-color:#D6C462;
	text-decoration: none;
}
a:active {
	color: #2D0C13;
	background-color:#D6C462;
	text-decoration: none;
}

