.shadetabs{
padding: 0px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
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;
BACKGROUND-COLOR:#DED7DE;
}

.shadetabs li a{
text-decoration: none;
margin-right: 0px;
border: 0px solid #778;
}

.shadetabs li a:visited{
}

.shadetabs li a:hover{
text-decoration: underline;
}

.shadetabs li.selected{
position: relative;
top: 0px;
}

.shadetabs li.selected a{ /*selected main tab style */
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 0px solid gray;
width: 345px;
margin-bottom: 1em;
padding: 0px;
}

.tabcontent{
display:none;
}

sup {
  
  font-size:12px;
  vertical-align:text-top;
    position: relative;
	bottom:.30em;
	/*position:relative;*/
	
	
   

}

@media print {
.tabcontent {
display:block!important;
}
}