/* ######### CSS for Shade Tabs. Remove if not using ######### */
.taboxCO {
	padding: 5px;
	width: 690px;
	height: 115px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E6EAF0;
}



.shadetabsCO{
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the COnu 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;
}

.shadetabsCO li{
	display: inline;
	margin: 0;
}

.shadetabsCO li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	color: #4887ba;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-repeat: no-repeat;
	background-position: right center;
	top: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E6EAF0;
}
.requeztCO {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: normal;
	color: #B5CCF0;
}

.shadetabsCO li a:visited{
}

.shadetabsCO li a:hover{
	text-decoration: none;
	color: #000000;
}

.shadetabsCO li a.selected{ /*selected main tab style */
	position: relative;
	top: 1px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #E6EAF0;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	background-color: #EEF4FB;
}


.shadetabsCO li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

