	
	.none{}
	
	#tabmenu {
		font: 10px verdana, arial, myriad web, syntax, sans-serif;
		color: #000;
		border-bottom: 2px solid black;
		margin: 12px 0px 0px 0px;
		padding: 0px;
		z-index: 1;
		padding-left: 0px;
		}
		
	#tabmenu li {
		display: inline;
		overflow: hidden;
		list-style-type: none; }	
		
	#tabmenu a, a.active {
		color: white;
		font-weight:bold;
		background: #6a6a6a;
		border: 2px solid black;
		padding: 5px 5px 0px 5px;
		margin: 0px;
		text-decoration: none; }
		
	#tabmenu a.active {
		color:black;
		background: white;
		border-bottom: 3px solid white; }
		
	#tabmenu a:hover {
		color: black;
		background: silver; }	
		
	#tabmenu a.active:hover {
		background: white;
		color: gray; }
		
	div.content {
	font: 10px verdana, arial, myriad web, syntax, sans-serif;
	/*text-align: justify;*/
	background: white;
	padding: 10px;
	border: 2px solid black;
	border-top: none;
	z-index: 2;
	/*height: 175px;*/
	height: 350px;
	color: black;
	overflow: auto;
}
		
	#tabBox2{
		display:none;
	}
	
	#tabBox3{
		display:none;
	}
	
	#tabBox4{
		display:none;
	}