
body{
margin:0;
color:#373737;
height:100%;
min-width:1000px;
background:#eae7e4 url(../images/bg-page.png) no-repeat 50% 0;
}


#wrapper{
width:940px;
margin:0 auto;
background:#fff;
min-height:100%;
padding:0 30px;
position:relative;
z-index:2;
}




.normal {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 160%;
	font-weight: normal;
	color: #006633;
}
.bold {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 160%;
	font-weight: bold;
	color: #006633;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 160%;
	font-weight: normal;
	color: #006633;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 160%;
	font-weight: normal;
	color: #006633;
	text-decoration: underline;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 160%;
	font-weight: normal;
	color: #00CC66;
	text-decoration: underline;
}
a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 160%;
	font-weight: normal;
	color: #006633;
	text-decoration: underline;
}
.bglightgreen {
	background-color: #DFE3CE;
}

