
#contentTabbed{
width: 660px;
}

.box{
background: #fff;
}

.boxholder{
clear: both;
padding: 2px;
background: #003c87;
}

.tab{
float: left;
height: 32px;
width: 90px;
margin: 0 2px;
text-align: center;
background: #003c87 url(images/greentab.jpg) no-repeat;
}

.tabtxt{
margin: 0;
color: #fff;
font-size: 12px;
font-weight: bold;
padding: 9px 0 0 0;
}

div#contentTabbed a {
	text-decoration: none;
	color: #FFFFFF;
}

div#contentTabbed a:hover, div#contentTabbed a:active {
	border: none;
	text-decoration: underline;
}

div#contentTabbed a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	}