@charset "utf-8";
/* CSS Document */


html, body {
	background:#fff url(images/body-bg-greenpage.jpg) top repeat-x;
	font:normal 12px Arial, Helvetica, sans-serif;
	line-height:17px;
	color:#142900;
	padding:0 0 10px 0;
	margin:0;
	}
.leftBg {
	background:#fff url(images/left-bg.jpg) top repeat-y;
	}
.rightBg {
	background:#fff url(images/right-bg.jpg) top repeat-y;
	}
.navsBg {
	background:#fff url(images/navs-bg.jpg) top repeat-x;
	font:normal 12px Tahoma, Helvetica, sans-serif;
	height:30px;
	text-align:center;
	color:#fff;
	}
a:hover {
	color:#000;
	}

.whiteGreenpage {
	color:#fff;
	text-decoration:none;
	}
a:hover.whiteGreenpage {
	color:#70a041;
	text-decoration:none;
	}
.whiteColor {
	color:#fff;
	text-decoration:none;
	}
.blackColor {
	color:#142900;
	text-decoration:none;
	}
.blackColorGreepage {
	color:#142900;
	text-decoration:none;
	}
a:hover.blackColorGreepage {
	color:#70a041;
	text-decoration:none;
	}
h1 {
	font:normal 24px Arial, Helvetica, sans-serif;
	color:#669933;
	padding:10px;
	margin:0;
	line-height:24px;
	}
p {
	font:normal 12px Arial, Helvetica, sans-serif;
	line-height:17px;
	color:#142900;
	padding:10px;
	margin:0;
	}
.footer {
	font:normal 11px Tahoma, Arial, Helvetica, sans-serif;
	line-height:17px;
	color:#142900;
	padding:10px;
	margin:0;
	}
