.shadetabs{
	padding: 3px 0;
	margin-left: 7px;
	margin-top: 2px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #778;
	color: #2d2b2b;
	background-color: #FFCC00;
	background-repeat: repeat-x;
	background-position: left top;
}

.shadetabs li a:visited{
	color: #2b2b2b;
}

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

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

.shadetabs li.selected a{ /*selected main tab style */
	border-bottom-color: #CEE4FF;
	background-color: #CEE4FF;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid gray;
	width: 652px;
	margin-bottom: 1em;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CEE4FF;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}.tabcontentstyle2 {
	border: 1px solid gray;
	width: 545px;
	margin-bottom: 1em;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.tabcontentstyle3 {
	border: 1px solid gray;
	width: 350px;
	margin-bottom: 1em;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.tabcontentstyle4 {
	border: 1px solid gray;
	width: 396px;
	margin-bottom: 1em;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}