body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 1.2em;
	scrollbar-base-color: A2D003; 
	scrollbar-arrow-color: FFFFFF;
	scrollbar-Track-Color: 81A504;
	scrollbar-border-Color: 000000;
	text-align: center;
}

A: { color: #669900;font-family: Arial;} 
A:link { color: #669900;text-decoration: none; } 
A:visited { color: #669900;text-decoration: none; } 
A:active { color: #669900;text-decoration: none;} 
A:hover { color: #669900; text-decoration: underline;} 

#men-bar {
	width: 75%;
	border: 0px;
	margin: auto;
	height: 30px;
}
#men {
	background: #88ac0b url(/images/menu-background_green.png) repeat-x;
	width: 95%;
	margin: auto;
	height: 30px;
	border: 1px solid #006600;
	min-width: 800px;
}

#men ul {
	display: inline; 
	float:left;
	width: 80%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: transparent;
	border-left: 1px solid #006600;
}

#men li { 
	display: inline; 
}

#men a:link, #men a:visited {
	float:left;
	padding: 3px 20px 0px 20px;
	text-decoration:none;
	color: #ffffff;
	border-right: 1px solid #006600;
	font-weight: normal;
	height: 27px;
}
#men a:hover {
	background: #A2D003 url(/images/menu-hover_green.png) repeat-x;
	color: #ffffff;
}
#bar {
	display: inline; 
	float:left;
	text-align: right;
	width: 5%;
	height: 100%;
	padding: 3px 20px 0px 20px;
	color: #FFFFcc;
}
#bar2 {
	display: inline; 
	float:left;
	text-align: right;
	width: 5%;
	height: 100%;
	padding: 3px 20px 0px 20px;
	color: #FFFFcc;
}
input, select {  
	font-family:Arial; 
	background: #A2D003 url(/images/menu-background_green.png) top left repeat-x;	
	border: 1px #006600 solid; 
	color: #FFFFFF;
	font-size: 1em;
}

#seperator {
	display: block;
	padding: 3px;
	width: 99%;
	height: 20px;
}
td.header {
	color: #FFFFCC;
	background: #660000 url(/images/menu-background_green.png) top left repeat-x;
	border: 0 0 0 0;
	font-size: 0.8em;
}

h1, h2, h3, h4 {
	font-weight: bold;
	text-decoration: underline;
}

