.shadetabs {
	padding: 0px 0;
	margin:2px 0 10px;
	background:url("../images/shade.gif");
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	 height:23px;
}
.shadetabs li {
	display: inline;
	padding:0px;
	float:left;
}
.shadetabs li a {
	text-decoration: none;
	position: relative;
	z-index: 1;
	/*padding: 3px 5px;*/
	/*padding:2px 18px 4px 18px;*/
	padding:4px 18px;
	margin: 0 1px 0 0;
	border: 0px solid #778;
	color: #fff;
	background: url(../images/shade.gif) top left repeat-x;
	border-right:1px solid #fff;
	font-weight:bold;
	top:1px;
}
.shadetabs li a:visited {
	color: #fff;
}
.shadetabs li a:hover {
	text-decoration: underline;
	color: #fff;
}
.shadetabs li a.selected { /*selected main tab style */
	position: relative;
	/*top: 0px;*/
}
.shadetabs li a.selected { /*selected main tab style */
	background-image: url(../images/shadeactive.gif);
	border-bottom-color: white;
}
.shadetabs li a.selected:hover { /*selected main tab style */
	text-decoration: none;
}
.tabcontent {
	display:none;
}
.tabcontent p.greenText{
	color:#9fb39f;
}
.tabcontent ul{
	margin:5px 0 7px 15px;
	list-style-type:disc;
	font-size:12px;
	line-height:16px;
}
.tabcontent ul li{
padding-bottom: 3px;
}
 @media print {
.tabcontent {
	display:block !important;
}
}
.tabcontent_main{
	border: 0px solid gray; padding: 10px; width: 707px; margin-bottom: 1em; float:left; min-height:187px;
}


