body{
	color: #333;
	font-size: 11px;
	font-family: verdana;
}
a{
color: #003300;
text-decoration: none;
}
a:hover{
color: #C00000;
}

p{
margin: 0;
padding: 5px;
line-height: 1.5em;
text-align: justify;

}
#wrapper{
width: 440px;
margin: 0 auto;
}
.box{
background: #F2F2F0;
}
.boxholder{
	clear: both;
	background-color: #F2F2F0;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}
.tab{
	float: left;
	height: 20px;
	width: 70px;
	margin: 0 1px 0 0;
	text-align: center;
	background-image:url(../a_images/greentab1.jpg);
}

.tabtxt{
margin: 0;
color: #F3E00D;
font-size: 10px;
text-transform:uppercase;
text-decoration:underline;
font-weight: bold;
padding: 2px 0 0 0;
}

.tabtxt hover{
margin: 0;
color: #F3E00D;
font-size: 10px;
font-weight: bold;
padding: 6px 0 0 0;
}

