#titletext {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: #DFDFDF;
	border-right-color: #DFDFDF;
	border-bottom-color: #DFDFDF;
	border-left-color: #DFDFDF;
	width: 750px;
	position: absolute;
	margin-right: 1%;
	margin-left: 1%;
	background-color: #FFFFFF;
	border-bottom-style: double;
	top: 0px;
	border-right-style: double;
	border-left-style: double;
}

#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 10px Verdana;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
	padding: 3px 0.5em;
	margin-left: 3px;
	border-bottom: 3px none #CCCCCC;
	background: white;
	border-top: 3px solid #CCCCCC;
	border-right: 3px solid #CCCCCC;
	border-left: 3px solid #CCCCCC;
}

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

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

#tabcontentcontainer{
	width: 540px;
	padding: 3px;
	height: 640px;
	overflow: auto;
	border: 1px solid #CCCCCC;
	font-family: Verdana;
	font-size: 10px;
	color: #0000FF;



}

.tabcontent{
	display:none;
	width: 100%;
}
a {
	color: #0000FF;
}
