#tablist {
	padding: 0px  0px 0px 20px;
	margin: 0px 0px 0px 0px;
	background-color: #01684B;
	font: 12pt arial;
}
#tablist li {
	list-style: none;
	display: inline;
}
#tablist li a {
	text-decoration: none;
	color: #ffffff;
	font-family: arial;
	padding: 1px  4px 0px 4px;
	height: 25px;
	margin: 0px 0px 0px 0px;
	border: 0px solid #778;
	border-bottom: none;
	background:#01684B;
}
#tablist li a:link, #tablist li a:visited {
	font-size: 11pt;
	font-family: arial;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
#tablist li a.current {
	background: #00A050;
	font-family: arial;
	text-decoration: none;
	color: #ffffff;
}
#tabcontentcontainer {
	height: 20px;
	margin: 0px 0px 0px 0px;
}
.tabcontent {
	display: none;
	background-color: #00A050;
	font-size: 11pt;
	font-family: arial;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	padding: 0px  0px 0px 80px;
	margin: 0px 0px 0px 0px;
}
.substyle {
	font: 11pt;
	font-family:arial;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}
.substyle_current, .substyle_current:hover, .substyle:hover {
    background-color: #00E090;
	font: 12pt;
	font-family: arial;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}