



.announcementtab {
padding: 0;
width: 550px;
border-top: 0px solid black; /*Dark Green Divider above tabs*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.announcementtab ul{
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.announcementtab li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.announcementtab a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: #860202; /*TAB BG*/ 
border-top: 0px solid white;
}

.announcementtab a:hover{
background-color: #630000; /*Brown color theme*/ 
color: white;
}

.announcementtab a.selected{ /*currently selected tab*/
background-color: #630000; /*Brown color theme*/ 
color: white;
border-color: #000000; /*Top TAB border*/ 
}







.producttab{
padding: 0;
width: 650px;
border-top: 0px solid #666633; /*Dark Green Divider above tabs*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.producttab ul{
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.producttab li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.producttab a{
float: left;
display: block;
font: bold 11px Arial;
color: black;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: #CCCC99; /*TAB BG*/ 
border-top: 0px solid white;
}

.producttab a:hover{
background-color: #666633; /*Brown color theme*/ 
color: white;
}

.producttab a.selected{ /*currently selected tab*/
background-color: #666633; /*Brown color theme*/ 
color: white;
border-color: #666633; /*Top TAB border*/ 
}






.headlinetab{
padding: 0;
width: 650px;
border-top: 0px solid #666633; /*Dark Green Divider above tabs*/ 
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.headlinetab ul{
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.headlinetab li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.headlinetab a{
float: left;
display: block;
font: bold 11px Arial;
color: black;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: #CCCC99; /*TAB BG*/ 
border-top: 0px solid white;
}

.headlinetab a:hover{
background-color: #666633; /*Brown color theme*/ 
color: white;
}

.headlinetab a.selected{ /*currently selected tab*/
background-color: #666633; /*Brown color theme*/ 
color: white;
border-color: #666633; /*Top TAB border*/ 
}



.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

