@CHARSET "ISO-8859-1";
<style type ="text/css">
<!--
#tablist {
	padding: 3px 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0.1em;
	FONT-SIZE: 8pt;
	COLOR: #333333;
	FONT-FAMILY: Arial, Helvetica, sans serif
}

#tablist li {
	list-style: none;
	display: inline;
	margin: 0;
}

#tablist li a {
	padding: 3px 0.5em;
	margin-left: 3px;
	border: 1px solid #778;
	border-bottom: none;
	background: #7d97b0;
}

#tablist li a:link,#tablist li a:visited {
	color: navy;
}

#tablist li a.current {
	background: lightyellow;
}

#tabcontentcontainer {
	width: 600px;
	/* Insert Optional Height definition here to give all the content a unified height */
	padding: 5px;
	border: 1px solid black;
}

.tabcontent {
	display: none;
	FONT-SIZE: 8pt;
	COLOR: #333333;
	FONT-FAMILY: Arial, Helvetica, sans serif FONT-WEIGHT :   normal;
}
-->
</style>