/* ######### CSS for Shade Tabs. Remove if not using ######### */
.taboxCT {
	width:400px;
	height:auto;
	margin-bottom: 1px;
	width: 420px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003366;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
}



.shadetabsCT{
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the CTnu as desired*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin: 0px;
}

.shadetabsCT li{
	display: inline;
	margin: 0;
}

.shadetabsCT li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	color: #000000;
	padding-top: 1px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: right center;
	top: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003366;
}
.requeztCT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #CDE1F5;
}

.shadetabsCT li a:visited{
}

.shadetabsCT li a:hover{
text-decoration: none;
color: #000000;
}

.shadetabsCT li a.selected{ /*selected main tab style */
	position: relative;
	top: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003366;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 12px;
	background-color: #CDE1F5;
}


.shadetabsCT li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

