#wraptab{
width: 100%;
margin: 0 auto;
}
.box{
background: #fff;
}
.boxholder{
clear: both;
padding: 1px;
background: #A9B8C2;
}
.tab{
float: left;
height: 20px;
margin: 0 1px 0 1px;
text-align: center;
background: url(./images/cellpic3.gif);
}
a.class1:visited {
color: #FFA34F;
text-decoration: none;
}
a.class1:active {
color: #0000FF;
text-decoration: none;
}
a.class1:hover {
color: #000;
text-decoration: none;
}
.tabtxt{
margin: 0px 10px 0px 10px;
color: #000;
font-size: 12px;
font-weight: bold;
padding: 3px 0 0 0;
}


