/* ######### CSS for Shade Tabs. Remove if not using ######### */
.shadetabs{
	font-size: 13px;
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', 'Myriad', Arial, Helvetica, sans-serif;
	font-weight:bold;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	background-image: url(../spimages/pages/cont-elem_10.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height:18px;
	width:460px;
	margin-top:5px;
	padding: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	letter-spacing: -.1em;
}

.shadetabs li{
display: block;
float:left;
margin: 0;
height:20px;


}

.shadetabs li a{
	float:left;
	display:block;
	padding-left:6px;
	padding-right:6px;
	height:18px;
	line-height:18px;
	text-decoration: none;
	position: relative;
	z-index: 1;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C1C0C1;
	background-position: center 0px;
	width:102px;
	text-align:center;
	color: #FFFFFF;
}

.shadetabs li a:visited{

}

.shadetabs li a:hover{
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
}

.shadetabs li a.selected{ /*selected main tab style */
	background-image: url(../spimages/pages/cont-elem2_10.jpg);
	background-repeat: no-repeat;
	height:18px;
	color: #FFFFFF;
	text-shadow: 0px -1px #333333;

}


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

.tabcontent{
	display:none;
}

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

.tabtext{
	float:left;
	display:block;
	line-height:20px;
	width:440px;
	text-align:left;
	color: #4C4C4C;
	font-size: 12px;
	text-align:left;
	margin-top:30px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:0px;
}
.tabsmaller{
line-height:16px;
font-size: 11px;
}
.tabtext2{
	float:left;
	display:block;
	line-height:20px;
	width:940px;
	text-align:left;
	color: #4C4C4C;
	font-size: 12px;
	text-align:left;
	margin-top:30px;
	margin-bottom:10px;
	margin-left:10px;
	margin-right:0px;

	
}






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

.imgtabs{
	font-size: 13px;
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', 'Myriad', Arial, Helvetica, sans-serif;
	font-weight:bold;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	width:430px;
	margin-top:15px;
	padding: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.imgtabs li{
display: block;
float:left;
margin-right: 0px;
margin-left: 4px;
width:100px;



}

.imgtabs li a{
	float:left;
	display:block;
	height:70px;
	text-decoration: none;
	position: relative;
	z-index: 1;
	width:100px;
	border: 1px solid #CCCCCC;
}

.imgtabs li a:visited{

}

.imgtabs li a:hover{
	border: 1px solid #CDDCEB;
}

.imgtabs li a.selected{ /*selected main tab style */
	position: relative;
	border: 1px solid #B8D1E1;
}

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

}


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




