a{
	color: #69920A;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
color: #DFE44F;
}
p{
margin: 0;
padding: 5px;
line-height: 1.5em;
text-align: justify;
border: 1px solid #73A405;
}
#wrapper{
	width: 100%;
	margin: 0 auto;
	z-index: 3;
	background-color: #E3E0C4;
	height: 100%;
}
.box{
	background: #fff;
	z-index: 3;
}
.boxholder{
	clear: both;
	padding: 5px;
	background: #8DC70A;
	z-index: 3;
}
.tab{
	float: right;
	height: 32px;
	width: 120px;
	text-align: center;
	background: #8DC70A url(images/greentab.jpg) no-repeat;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 1px;
}
.tabtxt{
	margin: 0;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	padding-top: 9px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
