/* CSS Document */

.layout-content {
	color: #374A1C;	
}

.layout-content h1, .layout-content h2, .layout-content a:link, .layout-content a:active {
	color: #64B000;	
}

.layout-content a:visited {
	color: #82C20A;	
}

.layout-content a:hover {
	color: #555555;	
}

.bottom-newsitem {
	background-color: #64B000;	
}

.menu li {
	border-bottom-color: #64B000;
}

.menu a:link, .menu a:active, .menu a:visited {
	color: #64B000;
}

.menu a:hover {
	color: #FFFFFF;
	background-color: #64B000;
}

.menu-active a:link, .menu-active a:visited, .menu-active a:active, .menu-active a:hover {
	color: #FFFFFF;
	background-color: #64B000;
	background-image:url(../images/arrow-menu.gif);
	background-repeat: no-repeat;
	background-position: 210px center;
}

.calendar-table {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D1E6A6;
}

.calendar-table td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D1E6A6;
}