.background {   
		background:url('tab-background.png') no-repeat;
        color: #666666;
        font-size:14px; 
        text-align:justify;
        line-height: 15px
		padding:10px
}
td.background, div.background, span.background {padding:10px 10px 0 10px;}                
 
 .tabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: center;
}

.tabs li{
display: inline;
margin: 0;
}

.tabs li a{
text-decoration: none;
position: relative;
z-index: 1;
margin-right: 3px;
border: 1px solid #EEEEEE;
color: #2d2b2b;
background: #EEEEEE url(title-background.png) top left repeat-x; padding-left:7px; padding-right:7px; padding-top:3px; padding-bottom:3px
}

.tabs li a:visited{
color: #2d2b2b;
}

.tabs li a:hover{
text-decoration: none;
color: #2d2b2b;
}

.tabs li a.selected{
position: relative;
top: 1px;
}

.tabs li a.selected{
background: url(active.png) top left repeat-x;
border-bottom-color: #FFFFFF;
}

.tabs li a.selected:hover{
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
