body {
	font-family : Georgia,'Times New Roman',Times,serif;
	font-size: 14px;
	background : #330000;
	color : #ffffff;
	topmargin: 5px;
	
	SCROLLBAR-FACE-COLOR: #D7A100; 
	SCROLLBAR-HIGHLIGHT-COLOR: #efefef; 
	SCROLLBAR-SHADOW-COLOR: #efefef; 
	SCROLLBAR-3DLIGHT-COLOR: #000000; 
	SCROLLBAR-ARROW-COLOR: #D7A100; 
	SCROLLBAR-TRACK-COLOR: #356851; 
	SCROLLBAR-DARKSHADOW-COLOR: #356851;
	}
	
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight: normal;
	color: #ffffff;
}

.footer a {
	text-decoration: underline;
	color: #ffffff;
}

.footer a:hover {
	color: #cc0000;
	text-decoration: none;
}

.footer a:visited {
	color: #ffffff;
	text-decoration: underline;
}
.content {
	font-family: Georgia,'Times New Roman',Times,serif;
	font-size: 14px;
	color : #ffffff;
}	

.content h3 {
	font-family: Georgia,'Times New Roman',Times,serif;
	font-size : 18px;
	font-weight: bold;
	color: #ffffff;
}

.content a {
	color: #ffff00;
	text-decoration: underline;
}

.content a:hover {
	color: #356851;
	text-decoration: none;
}

.content a:visited {
	color: #ffff00;
	text-decoration: underline;
}

.navmenu {
	font-family: Georgia,'Times New Roman',Times,serif;
	color: #000000;
	font-size: 10px ;
	font-weight: bold ;
}


.navmenu a {
		color: #cc0000;
		text-decoration: underline;
}

.navmenu a:hover {
	text-decoration: none;
	color: 	#000066;
}

.navmenu a:visited {
	color: #cc0000;
	text-decoration: underline;
}

.smalltype {
	font-family: Georgia,'Times New Roman',Times,serif;
	font-size : 10px;
	font-weight: normal;
	color: #000000;
}

.clearit {
	margin: 0;
	padding: 0;
	height: 0;
	clear: both;
}

ul.menu {
list-style-type:none;
width:auto;
position:relative;
display:block;
height:33px;
font-size:.6em;
background:url(images/bg.png) repeat-x top left;
font-family:Verdana,Helvetica,Arial,sans-serif;
border:1px solid #000;
margin:0;
padding:0;
}

ul.menu li {
display:block;
float:left;
margin:0;
padding:0;
}

ul.menu li a {
float:left;
color:#A79787;
text-decoration:none;
height:24px;
padding:9px 15px 0;
}

ul.menu li a:hover,.current {
color:#fff;
background:url(images/bg.png) repeat-x top left;
}

ul.menu .current a {
color:#fff;
font-weight:700;
}


/*GREEN*/
ul.menu.green{
background-color:#629600;
}
ul.menu.green li a:hover, .menu.green li.current {
background-color:#7AB900;
}