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

.shadetabs{
	font-size:16px;
	font-weight:bold;
	color:#136c00;
}


.shadetabs a{
	text-decoration: none;
	font-size:16px;
	font-weight:bold;
	color:#136c00;
}

.shadetabs a:link{
color: #136c00;
}
.shadetabs a:active{
color: #136c00;
}
.shadetabs a:visited{
color: #136c00;
}
.shadetabs a:hover{
text-decoration: underline;
color: #2d2b2b;
}



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


.shadetabs a.selected:link{ /*selected main tab style */
color: #136c00;
}
.shadetabs a.selected:active{ /*selected main tab style */
color: #136c00;
}
.shadetabs a.selected:visited{ /*selected main tab style */
color: #136c00;
}
.shadetabs a.selected:hover{ /*selected main tab style */
text-decoration: underline;
color: #2d2b2b;
}

.tabcontent{
display:none;
}


