a {
	color : #CE9846; 
	text-decoration : none;}

a:link {
	color: #CE9846;
	text-transform: none;
}

a:visited {
	color: #CE9846;
	text-transform: none;
	text-decoration: none;
}

a:hover {
	color: #E9D399;
	text-transform: none;
	text-decoration: none;
}

a:active {
	color: #CE9846;
	text-transform: none;
	text-decoration: none;
}

BODY {
	text-align:center;
	background: #000000;
	background-image:url(../_images/bg.gif);
}

.bodytext {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
}

.bodytextbold {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.bodytextnews {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

.bodytextboldnews {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.bodytexttitle {
	background-color: #3E271D;
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #E9D399;
	text-indent: 3px;
}

.bodytextitalics {
	font-family: Verdana;
	font-size: 12px;
	font-style: italic;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
}

.bodytextitalicsnews {
	font-family: Verdana;
	font-size: 10px;
	font-style: italic;
	line-height: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

.menu {
	font-family: Arial;
	font-size: 11px;
	font-style: normal;
	line-height: 14px;
	font-weight: bold;
	color: #CE9846;
	text-transform: uppercase;
}

.menu a:link {
	color: #CE9846;
	text-transform: uppercase;
}

.menu a:visited {
	color: #CE9846;
	text-transform: uppercase;
	text-decoration: none;
}

.menu a:hover {
	color: #E9D399;
	text-transform: uppercase;
	text-decoration: none;
}

.menu a:active {
	color: #CE9846;
	text-transform: uppercase;
	text-decoration: none;
}

.footer {
	font-family: Verdana;
	font-size: 10px;
	line-height: 14px;
	font-weight: normal;
	color: #999999;
	text-align: left;
}