body{
	color: #333;
	font-size: 11px;
	font-family: verdana;
	background-color: #E7F775;
}
.bgg{
	font-size: 11px;
	font-family: verdana;
	background-color: #F2FBB9;
}
a{
	color: #0099CC;
	text-decoration: none;
	font-weight: bold;
}
a:hover{
	color: #DFE44F;
	text-decoration: underline;
}
p{
margin: 0;
padding: 5px;
line-height: 1.5em;
text-align: justify;
border: 1px solid #73A405;
}
#wrapper{
	width: 100%;
	margin: left;
	height: auto;
	border-bottom-style: none;
}
.box{
	background: #fff;
	background-color: #E7F775;
}
.boxholder{
	clear: both;
	padding: 5px;
	background: #8DC70A;
}
.tab{
float: left;
height: 32px;
width: 102px;
margin: 0 1px 0 0;
text-align: center;
background: #8DC70A url(images/greentab.jpg) no-repeat;
}
.tabtxt{
margin: 0;
color: #fff;
font-size: 12px;
font-weight: bold;
padding: 9px 0 0 0;
}
a:link {
	text-decoration: none;
	color: #339999;
}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
