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

h1 {
	font-size:30px;	color:#008f40;
}
h2 {
	font-size:22px;	color:#fff;
}
h3 {
	font-size:18px;	color:#626362;
}
h4 {
	font-size:14px;	color:#fff;
}

a.mainmenu {
	color:#fff;
}
a.mainmenu:hover{
	color:#ccff66;
}

.content {
	color:#626362;	line-height:22px;
}
.content a{
	color:#199952;
}
.content a:hover{
	text-decoration:underline;
}

.header {
	color:#585858;	font-size:16px;
}

.news-title a{
	font-size:12px;	color:#199952;	font-weight:bold;
}
.news-title a:hover{
	text-decoration:underline;
}

.news-description {
	font-size:11px;	color:#626362;
}
.news-description a{
	color:#199952;
}
.news-description a:hover{
	text-decoration:underline;
}

.footer {
	color:#626362;
}
.footer a{
	color:#626362;
}
.footer a:hover{
	color:#199952;	text-decoration:underline;
}

.footer-declaration {
	color:#a6a6a6;
}

.sidebar-navigation a{
	font-size:16px;	color:#626362;
}
.sidebar-navigation a:hover{
	color:#199952;	text-decoration:underline;
}

.page-heading {
	color:#199952;	font-weight:bold;
}
