#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;
}

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

#tablist li a:visited{
color: black;

}

#tablist li a:link{
color: black;

}

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

#tabcontentcontainer{
width: 770px;
/* Insert Optional Height definition here to give all the content a unified height */
padding: 5px;
border-top: 1px solid #cccccc;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;

}

.tabcontent{
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	display: none;
	Line-height: 150%;
	}
.style1 {
	font-family: Verdana;
}
.style2 {
	font-family: Verdana;
	font-size: 12px;
}
.style3 {
	font-size: 12px;
}

/*Style sheet used for demo. Remove if desired*/
.handcursor{
cursor:hand;
cursor:pointer;
}
