.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0px;
margin-top: 0px;
list-style-type: none;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
margin-right: 3px;
color:#2f73af;
font-size:11pt;
font-weight:normal;
}

.shadetabs li a:visited{
color: #2f73af;
text-decoration: none;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #003f77;

}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
}

.shadetabs li a.selected{ /*selected main tab style */
	color:#002b50;
	text-decoration: underline;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: underline;
top: 0px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}