.shadetabs{
padding: 3px 0;
padding-left:50px;
margin-left:0;
margin-top: 1px;
margin-bottom: 0;
font: bold 10px 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;
padding:12px;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #28171f;
background:#28171f;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.shadetabs li a:visited{
color: #EADADD;
}

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

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
/*background-image: url(shadeactive.gif);*/
background:#28171f;
border-bottom-color:#28171f;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid gray;
	width: 762px;
	
	padding: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background:#000000;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	text-decoration:none;
}
