body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9a8b64;
	line-height: 16px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(img/bkg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
a {
	text-decoration: underline;
}
a:link {
	color: #bfb393;
}
a:visited {
	color: #bfb393;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
a:active {
	color: #bfb393;
}
ul {
	list-style: disc outside;
	margin-left: 8px;
	padding-left: 8px;
}
h1 {
	color: #bfb393;
	font-weight: bold;
	font-size: 13px;
}
.heading {
	color: #bfb393;
	font-weight: bold;
}
.nav {
	background: url(img/bkg-nav.gif) no-repeat center top;
}
.footer {
	color: #4d4632;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	margin: 14px;
	padding: 14px;
}
.footer a:link{
	color: #4d4632;
	text-decoration: none;
}
.footer a:visited {
	color: #4d4632;
	text-decoration: none;
}
.footer a:hover {
	color: #877d68;
	text-decoration: underline;
}
.footer a:active {
	color: #877d68;
	text-decoration: none;
}

