.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

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

.shadetabs li a{
	text-decoration: none;
	border: 1px solid #778;
	color: #2d2b2b;
	background: white url(../shared/shade.gif) top left repeat-x;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 4px;
	margin-right: 3px;
}

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

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

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(../shared/shadeactive.gif);
border-bottom-color: #fff;
}

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

.tabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid gray;
	width: 310px;
	margin-bottom: 1em;
	padding: 10px;
	background-color: #fff;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
#tabs {
	padding-right: 6px;
	padding-left: 6px;
}

/*news*/
.morehl {
		font-family: Arial, geneva, sans-serif !important;
		font-size: 11px !important;
		color: #46688c !important;
		font-weight: bold !important;
		font-style: normal !important;
		text-decoration: none !important;
	}	
	
	A:link.morehl, A:vlink.morehl, A:alink.morehl {
		color: #46688c !important;
	}
	
	.moresrc {
		font-family: Arial, geneva, sans-serif !important;
		font-size: 10px !important;
		color: #222222 !important;
		font-weight: normal !important;
		font-style: normal !important;
		text-decoration: underline !important;
	}
	
	A:link.moresrc, A:vlink.moresrc, A:alink.moresrc {
		color: #222222 !important;
	}
	
	.moreti {
		font-family: Arial, geneva, sans-serif;
		font-size: 10px;
		color: #222222;
		font-weight: normal;
		font-style: normal;
		text-decoration: none;
	}
	
	.morehlt {
		font-family: Arial, geneva, sans-serif;
		font-size: 11px;
		color: #46688c !important;
		font-weight: bold;
		font-style: normal;
		text-decoration: none;
	}	
