#maintab1.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*/ }
#maintab1.shadetabs li { display: inline; margin: 0; position: relative; top: 2px; }
#maintab1.shadetabs li a { text-decoration: none; padding: 3px 7px; margin-right: 3px; border: 1px solid #000066; color: #000066; background: #99ccff; }
#maintab1.shadetabs li a:visited { color: #ffffff; }
#maintab1.shadetabs li a:hover { text-decoration: underline; background: #99ccff; color: #000066; }
#maintab1.shadetabs li.selected { position: relative; top: 2px; }
#maintab1.shadetabs li.selected a { /*selected main tab style */ color: #000066; border-bottom-color: white; background-color: #f0faff; }
#maintab1.shadetabs li.selected a:hover { /*selected main tab style */ text-decoration: none; }

#maintab2.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*/ }
#maintab2.shadetabs li { display: inline;  margin: 0; position: relative; top: 2px; }
#maintab2.shadetabs li a { text-decoration: none; padding: 3px 7px; margin-right: 3px; border: 1px solid #000066; color: #000066; background: #99ccff; }
#maintab2.shadetabs li a:visited { color: #ffffff; }
#maintab2.shadetabs li a:hover { text-decoration: underline; background: #99ccff; color: #000066; }
#maintab2.shadetabs li.selected { position: relative; top: 2px; }
#maintab2.shadetabs li.selected a { /*selected main tab style */ background: #f0faff; color: #000066; border-bottom-color: white; }
#maintab2.shadetabs li.selected a:hover { /*selected main tab style */ text-decoration: none; }

#maintab3.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*/ }
#maintab3.shadetabs li { display: inline;  margin: 0; position: relative; top: 2px; }
#maintab3.shadetabs li a { text-decoration: none; padding: 3px 7px; margin-right: 3px; border: 1px solid #000066; color: #ffffff; background: #000066; }
#maintab3.shadetabs li a:visited { color: #ffffff; }
#maintab3.shadetabs li a:hover { text-decoration: underline; background: #99ccff; color: #000066; }
#maintab3.shadetabs li.selected { position: relative; top: 2px; }
#maintab3.shadetabs li.selected a { /*selected main tab style */ background: #ffffff; color: #000066; border-bottom-color: white; }
#maintab3.shadetabs li.selected a:hover { /*selected main tab style */ text-decoration: none; }

.tabcontentstyle{ /*style of tab content oontainer*/ border: 1px solid #000066; margin-bottom: 1em; padding: 10px; background-color: #f0faff; }
.tabcontent{ display:none; }
@media print {
.tabcontent { display:block!important; }
}
