/* ######### CSS for Shade Tabs. Remove if not using ######### */

.tabcontent h1 {
	margin:0px;
	padding:0px;
	color:#708399;
}

.tabcontent h2 {
	color:#799ECB;
	margin:30px 0px 10px 0px;
	font-size:16px;
}

#help-buttons img {
	border:none;
	padding:0px;
	margin:0px;
}

#help-buttons a {
	margin:0px;
	padding:0px;
}
.tabcontent p {
	font-size:14px;
	line-height:1.4;
	margin:0px;
}

.tabcontent {
	font-family:Arial, Helvetica, sans-serif;
}
.shadetabs li a{
text-decoration: none;
color: #2d2b2b;
font-weight:bold;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */

color:#999;
}

.shadetabs li a.selected{ /*selected main tab style */


}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}


