body {
	margin: 0;
	padding: 0;
	background-color: #3B3C31;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-x;
}
td, input, select, textarea {
	font-family: "Trebuchet MS", Trebuchet, Arial, san-serif;
	font-size: 11px;
	color: #3D3C32;
}
a {
	color: #CA8415;
	text-decoration: none;
	background-color: transparent;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #CA8415;
}
a.nav {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: transparent;
	line-height: 28px;
}
a.nav:hover {
	font-size: 16px;
	color: #CEDB5E;
	text-decoration: none;
	background-color: transparent;
	line-height: 28px;
}
.footer {
	font-size: 10px;
	color: #8A8B7A;
}
.title {
	font-size: 24px;
	text-transform: uppercase;
	border-bottom: 1px solid #888A79;
	margin-bottom: 5px;
	width: 100%;
}
.subtitle {
	font-size: 18px;
	color: #8A8B7A;
	text-transform: uppercase;
}
.highlight {
	color: #CA8415;
}
.divider {
	font-size: 2px;
	width: 100%;
	height: 3px;
	background-image: url(/images/hr_bg.gif);
	margin: 10px 0px;
}
.border {
	border-width:;
	border: 1px solid #888A79;
}