#wrapper{
	width: 414px;
	margin: 0 auto;
}
.box{
	background: #fff;
}
.boxholder{
	clear: both;
	padding: 5px;
	background: #8DC70A;
}
.tab{
	float: left;
	height: 35px;
	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.tabLink:link {
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
}
a.tabLink:visited {
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	letter-spacing: -0.6px;
}
a.tabLink:hover {
	text-decoration: underline;
	font-weight: bold;
	font-size: 10px;
}
a.tabLink:active {
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
}
