<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Helvetica, Geneva, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0A8D42;
}

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

.shadetabs li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid #cccccc;
	color: #0A8D42;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.shadetabs li a:visited{
	color: #0A8D42;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.shadetabs li a:hover{
	text-decoration: underline;
	color: #0A8D42;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	font-weight: bold;
}

.shadetabs li.selected{
	position: relative;
	top: 1px;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #0A8D42;
}

.shadetabs li.selected a{ /*selected main tab style */
	border-bottom-color: white;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #0A8D42;
	text-decoration: none;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
	border-bottom-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0A8D42;
	text-decoration: underline;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #cccccc;
width: 580px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block!important;
}
}
</pre></body></html>