/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

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

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

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

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

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

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

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

.tabcontent{
	display: none;
}

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