body {background-image: URL(images/BG.gif); background-color: #C95500; background-repeat: repeat-x; color: 2b2b2b; font-family: arial; font-size: 11px; }

.update {color: #f4f4f4; font-size: 11px; }

.update a:link, .update a:visited, .update a:active {color: #f4f4f4; text-decoration: underline; }

.update a:hover {color: #f4f4f4; font-decoration: none; } 

strong {font-size: 13px; }

a:link, a:active, a:visited {color: 2b2b2b; text-decoration: underline; }

a:hover {color: #2b2b2b; text-decoration: none; }

.copyright {color: #f4f4f4; font-size: 11px; }

.copyright a:link, .copyright a:visited, .copyright a:active {color: #f4f4f4; text-decoration: underline; }

.copyright a:hover {color: #f4f4f4; font-decoration: none; } 

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

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

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background-image: URL(images/grad.gif);
background-repeat: repeat-x; 
background-color: #f4f4f4;
}

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

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
height: 27px;  
text-decoration: underline; 
background-image: URL(images/grad1.gif);
background-color: #f4f4f4; 
border-bottom: 1px solid #DEDEDE; 
}

.shadetabs li a.selected{ /*selected main tab style */ 
top: 1px; 
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none; 
}

.tabcontent{
background-image: URL(images/grad.gif);
background-repeat: repeat-x; 
background-color: #f4f4f4;
padding: 2px; 
}

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