@charset "utf-8";
.news-scroller {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:none;
}
.header-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006832;
	text-decoration: none;
}


.main-text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#000000;
	text-decoration:none;
}

.main-link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#FF6600;
	text-decoration:underline;
}
.faded {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#C7C7C7;
	text-decoration:none;
}

/* ######### CSS for Shade Tabs. Remove if not using ######### */
/* ######### Anything below this line will not work unless within a tabbed display ######### */

.shadetabs{
padding: 3px 0;
margin-left: 124px;
margin-top: 2px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
position:relative;
top: 2px;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

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

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 3px;
margin-right: 8px;
border: 1px solid #778;
color: #006832;
background-color:#33865B;
}

.shadetabs li a:visited{
color: #006832;
background-color:#006832;
}

.shadetabs li a:hover{
text-decoration: underline;

}

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

.shadetabs li a.selected{ /*selected main tab style */
color: #006832;
background-color:#006832;
}

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

.tabcontent{
display:none;
background-color:#E8E8E8;
font-size:12px;
color:#000000;
text-align:left;
padding-left:15px;
padding-right:15px;
padding-top:15px;
}

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