#tablist {
	padding: 3px 0 2px 0;
	margin-left: 0;
	margin-bottom: 0;
	
}

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

#tablist li a {
	padding: 3px 0.5em;
	margin-right: 2px;
	text-decoration: none;
	border: #93afc6 solid 1px;
	border-right: #93afc6 solid 2px;
	border-bottom: none;
	font-size: 12px;}

#tablist li a:link { 
	color: #888888; 
	FONT-WEIGHT: bold;  
	/*text-transform: uppercase;*/
	font-size: 12px;}

#tablist li a:visited { 
	color: #888888; 
	FONT-WEIGHT: bold; 
	/*text-transform: uppercase;*/
	font-size: 12px;}

#tablist li a:hover {
	color: #034694;
	background: #ADCEEB;
	FONT-WEIGHT: bold; FONT-SIZE: 12px;
    /*text-transform: uppercase;*/
}

#tablist li a.current {
	background: #ffffff;
	color: #034694;
	border-bottom: #fff solid 1px;;
 	/*text-transform: uppercase;*/
	font-size: 12px;
}

div.tab_body {
	margin-top: 0px;
	background: #fff;
	border: #93afc6 solid 1px;
	border-right: #93afc6 solid 2px;
	border-bottom: #93afc6 solid 2px;
	padding: 10px;
		}

div#tabcontainer {
	margin: 0px;
}
