.shadetabs {
	padding:0;
	margin: 0;
	list-style-type: none;
	text-align: left;
	width:470px;
}

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

.shadetabs li a {
	font-family:'PTSansRegular'; 
	font-size:16px; 
	color:#969696; 
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 0px;
	margin-right: 10px;
}

.shadetabs li a:visited {
	color:#969696; 
	font-weight:normal;
}

.shadetabs li a:hover {
	text-decoration:underline;
	color:#969696; 
	font-weight:normal;
}

.shadetabs li a.selected {
	position: relative;
	opacity:1;
	font-weight:normal;
	text-decoration:underline;
}


.shadetabs li a.selected:hover {
	text-decoration: none;
}

.tabcontent {
	display:none;
}

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