/* CSS Document */

/*

*/
html, body {
	margin:0px;
	padding:0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
	background-color: #9dc098;
	margin:0 auto;
	min-width: 941px;
	padding: 0px;
	background:url(../images/bg.jpg) repeat-y;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
}
.Header {
	font-size: 24px;
	font-weight: bold;
	color: #2b622f;
}
.Body {font-size: 13px}
.}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 13px;
	color: #2b622f;
	text-decoration: underline;
}
a:link {
	text-decoration: underline;
	color: #2b622f;
}
a:visited {
	text-decoration: underline;
	color: #2b622f;
}
a:hover {
	text-decoration: underline;
	color: #9dc098;
}
a:active {
	text-decoration: none;
	color: #2b622f;
}
.subheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #2E6B2F;
}

