@charset "utf-8";
/* CSS Document */

body {
	font-family: "Century Gothic";
	font-size: 12px;
	color: #999999;
	text-align: justify;
}

a, a:active, a:link, a:visited {
	color:#9faf56;
	text-decoration: underline;
	}
	
a:hover {
	text-decoration: none;
	}

.news a, news a:link, news a:active {
	color: #336600;
	}
	
.news {
	font-size: 13px;
	color: #666666;
	}
	
.weekday {
	color: #9faf56;
	font-style: italic;
	}

.foot {
	color: #cccc99;
}

.footmenu, .footmenu a, .footmenu a:link, .footmenu a:active, .footmenu a:visited {
	color: #a6b462;
	text-decoration: none;
}

.footmenu a:hover {
	color: #292e10;
	}

.nav a, .nav a:link, .nav a:visited {
	align: left;
	color: #ffffff;
	font-size: 12px;
	height: 41px;
	float: left;
	margin: 0px;
	text-decoration: none;
	line-height: 325%;
	padding-right: 11px;
	padding-left: 11px;
	padding-top: 0px;
	padding-bottom: 0px;
	max-width: 643px;
	font-weight: normal;
	margin: 0px;
	background: url(images/menu_fill.jpg);
	}
	
	
.nav, .nav a:hover {
	color: #a5b461;
	height: 41px;
	background: url(images/menu_fill.jpg);
	}


