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

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

.shadetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #519DD5;
	color: #18416A;
	background-color: white;
	background-image: url(shade.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.shadetabs li a:visited{
color: #18416A;
}

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

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

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid #CCCCCC;
	width: 716px;
	margin-bottom: 1em;
	padding: 20px;
	text-align: center;
}

.tabcontent{
	display:none;
	text-align: center;
}

@media print {
.tabcontent {
	display:block!important;
	text-align: center;
}
}
