#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 12px Verdana;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
border: 1px black;
}

#tablist li a{
padding: 3px 0.5em;
border-bottom: none;
background: white;
}

#tablist li a:link{
color : #000000;
font-size : 8.5pt;
font-family : Verdana, Arial, san-serif;
text-decoration : none;
} 
#tablist li a:visited{
color : #000000;
font-size : 8.5pt;
font-family : Verdana, Arial, san-serif;
text-decoration : none;
}

#tablist li a.hover{
color : #000000;
font-size : 8.5pt;
font-family : Verdana, Arial, san-serif;
text-decoration : underline;
}


#tabcontentcontainer{
/* Insert Optional Height definition here to give all the content a unified height */
padding: 5px;
}

.tabcontent{
display:none;
height:249px;
}

