/* CSS Document */
body{
	background-color: #DDDDDD;

	
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	line-height: 40px;

}
.navigation,
.navigation a,
.navigation a:hover,
.navigation a:link,
.navigation a:visited,
.navigation a:active
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 40px;
	font-weight: bold;
	color: #53862D;
	text-decoration: none;
}
.footertext,
.footertext a,
.footertext a:hover,
.footertext a:link,
.footertext a:visited,
.footertext a:active
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	font-weight: normal;
	color: #8B8B8B;
	text-decoration: none;
}
.footer
 {
	background-image: url(../_img/bgd_footer.gif);
	background-repeat: repeat-x;

}.moduletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding-left: 8px;
}
.bodytext
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.bodytext a,
.bodytext a:hover,
.bodytext a:link,
.bodytext a:visited,
.bodytext a:active
 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #3c651d;
	text-decoration: underline;
}