#tablist{
	padding: 3px 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0.1em;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	}
#tablist1{
	padding: 3px 0;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 0.1em;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}
#tablist1 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: lightyellow;
}

#tablist li a:link, #tablist li a:visited{
color: #000000;
}

#tablist li a.current{
background: lightyellow;
}

#tabcontentcontainer{
width: 98%;
/* Insert Optional Height definition here to give all the content a unified height */
padding: 3px;
border: 1px solid gray;
}

.tabcontent{
display:none;
}





#tablist1 li a{
padding: 3px 0.5em;
margin-left: 3px;
border: 1px solid #778;
border-bottom: none;
background: lightyellow;
}

#tablist1 li a:link, #tablist li a:visited{
color: #000000;
}

#tablist1 li a.current{
background: lightyellow;
}

#tabcontentcontainer1{
width: 98%;
/* Insert Optional Height definition here to give all the content a unified height */
padding: 3px;
border: 1px solid gray;
}

.tabcontent1{
display:none;
}