.shadetabs{
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0;
	font: normal 14px/16px Georgia, "Times New Roman", Times, serif;
	list-style-type: none;
	text-align: left;
	text-decoration: none;
}

.shadetabs li{
	display: inline;
	margin: 0;
	text-decoration: none;
}

.shadetabs li a{
	text-decoration: none;
	padding: 8px;
	margin-right: 3px;
	border: 1px none #778;
	color: #330000;
	background: #C0DFDA left top;
}

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

.shadetabs li a:hover{
	color: #2d2b2b;
	background-color: #CC9966;
	text-decoration: none;
}

.shadetabs li.selected{
	position: relative;
	top: 1px;
	text-decoration: none;
}

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

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

.tabcontentstyle{ /*style of tab content oontainer*/
	border: 0px;
	width: 550px;
	margin-bottom: 0em;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
