.tabContent {
	BORDER-RIGHT: #bec7cc 1px solid;
	PADDING-RIGHT: 10px;
	BORDER-TOP: #bec7cc 1px solid;
	PADDING-LEFT: 10px;
	MARGIN-BOTTOM: 0px;
	PADDING-BOTTOM: 10px;
	BORDER-LEFT: #bec7cc 1px solid;
	WIDTH: 668px;
	margin-left: 0px;
	PADDING-TOP: 10px;
	BORDER-BOTTOM: #bec7cc 1px solid;
}
.shadetabs {
	padding: 3px 0;
	margin-left: 0px;
	margin-top: 1px;
	margin-bottom: 0;
	font: 12px 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;
}
.shadetabs li a {
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #cdcdcd;
	color: #343c3f;
	background-color: #bec7cc;
}
.shadetabs li a:visited {
	color: #343c3f;
}
.shadetabs li a:hover {
	text-decoration: underline;
	color: #343c3f;
	background-color: #e0e6ea;
	text-decoration: none;
}
.shadetabs li a.selected { /*selected main tab style */
	position: relative;
	top: 1px;
	background-color: #FFF;
	color: #343c3f;
}
.shadetabs li a.selected { /*selected main tab style */
	border-bottom-color: white;
}
.shadetabs li a.selected:hover { /*selected main tab style */
	text-decoration: none;
}
.tabcontent {
	display:none;
}
 @media print {
.tabcontent {
	display:block !important;
}
}
