@charset "UTF-8";
/* CSS Document */


html, body {
	background: #2a1907 url(../../img/bg.jpg);
	height: 100%;
}

body {
	color: #fff;
	background-color: #2a1907;
}


a:link {
	font-weight: none;
	text-decoration: none;
	color: #E7CF00;
}

a:visited {
	/*font-family: verdana;
	font-size: 11px;*/
	font-weight: none;
	text-decoration: none;
	color: #E7CF00;
}

a:active {
	/*font-family: verdana;
	font-size: 11px;*/
	font-weight: none;
	text-decoration: none;
	color: #E7CF00;
}

a:hover {
	/*font-family: verdana;
	font-size: 11px;*/
	font-weight: none;
	text-decoration: underline;
	color: #FFFFFF;
}



a:link.bottom {
	/*font-family: verdana;
	font-size: 10px;*/
	font-weight: none;
	text-decoration: none;
	color: #79946F;
}

a:visited.bottom {
	/*
	font-family: verdana;
	font-size: 10px;
	font-weight: none;
	text-decoration: none;
	color: #79946F;
	*/
}

a:active.bottom {
	/*
	font-family: verdana;
	font-size: 10px;
	font-weight: none;
	text-decoration: none;
	color: #79946F;
	*/
}

a:hover.bottom {
	/*
	font-family: verdana;
	font-size: 10px;
	font-weight: none;
	*/
	text-decoration: underline;
	color: #79946F;
}



td.spacer {
	font-size: 85%;
	font-weight: none;
	color: #654D3F;
	color: #ddd;
	color: #654D3F;
}



td.headerMenu {
	height: 24px;
	
	padding-top: 12px;
	/*height: 36px;*/
	height: 24px;
}

td.headerMenu ul li {
	display: inline;
	font-size: 85%;
}

td.headerMenu ul li a.current{
	font-weight: bold;
	color: #fff;
}


td.headerMenu ul li a:hover.current {
	text-decoration: none;
}


td.footer {
	/*
	font-size: 93%;
	font-weight: none;
	color: #654D3F;
	color: #ddd;
	color: #654D3F;
	*/
	
	font-size: 85%;
	font-weight: none;
	color: #654D3F;
	color: #ddd;
	color: #654D3F;
	
	padding-bottom: 12px;
	padding-top: 8px;
}


h1 {
	font-size: 153.9%;
	font-weight: bold;
}



