.pageTitle {
	font-size: 20px;
	color: #ff7800;
	font-weight:bolder;
	padding-bottom:10px;
	padding-top: 10px;
	text-align: left;
} 
.shadetabs{
	width: 700px;
	margin-left: 0px;
	margin-top: 1px;
	margin-bottom: 0px;
	font: bold 11px;
	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;
}

.shadetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	color: #2d2b2b;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
	position: relative;
}

.shadetabs li.selected a{ /*selected main tab style */
	text-decoration:underline;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
/* border: 1px solid gray; */
width: 600px;
margin-bottom: 0px;
padding: 0px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}