
/* ######### CSS for Shade Tabs. Remove if not using ######### */
.shadetabs{
	padding: 5px 0px 5px 0px;
	height: 16px;
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	color: #FFFFFF;
	background: #153d66 url(images/tab-bkgd.jpg) repeat-x top left;
	width: 550px;
	border: solid 1px #153d66;
}
.shadetabs li{
	display: inline;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	padding: 5px 0px 5px 0px;
}
.shadetabs li a{
	padding: 5px 27px 5px 27px;
	text-decoration: none;
}

.shadetabs a:link{
	color: #ffffff;
}


.shadetabs li a:visited{

}

.shadetabs li a:hover{

}
.shadetabs li a:active{

}
.shadetabs li a.selected{ /*selected main tab style */

	height: 17px;
	background: #ffffff;
	text-align: center;
	color: #153d66;
}

.shadetabs li a.selected{ /*selected main tab style */

}

.shadetabs li a.selected:hover{ /*selected main tab style */

}

.tabcontent{
display:none;
}

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


