<!--
body {
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #fff;
	margin: 0px 0px 0px 0px;
	background-color: #000;
}
a {
	color: #fff;
}
.content p {
	margin: 0px 0px 0px 120px;
	line-height: 18px;
}
.blackcontent {
	color: #000;
	margin: 0px 0px 0px 120px;
	line-height: 18px;
}
a.nav {
	text-decoration: none;
	color: #fff;
	height: 25px;
	display: block;
	padding: 0px 8px 0px 8px;
}
a.nav_active {
	text-decoration: none;
	color: #fff;
	height: 25px;
	display: block;
	padding: 0px 8px 0px 8px;
	background-image: url(../img/bt_on.gif);
}
a:hover.nav {
	background-image: url(../img/bt_on.gif);
}
a.subnav {
	text-decoration: none;
	color: #887e6d;
	margin: 0px 8px 0px 8px;
	line-height: 27px;
}
a.subnav_active {
	text-decoration: none;
	color: #887e6d;
	margin: 0px 8px 0px 8px;
	line-height: 27px;
	color: #cad238;
}
a:hover.subnav {
	color: #cad238;
}
-->