/* CSS Document */
/*	
	body {
		font: 0.8em arial, helvetica, sans-serif;
	}
*/	
    #tabs_header ul {
		list-style: none;
		padding: 0;
		margin: 0;
    }
    
	#tabs_header li {
		float: left;
		border: 1px solid #bbb;
		border-bottom-width: 0;
		margin: 0;
    }
    
	#tabs_header a {
		text-decoration: none;
		display: block;
		/*background: #eee;*/
		background: white;
		padding: 0.24em 1em;
		/*color: #00c;*/
		color:#999999
		width: 7em;
		text-align: center;
		
    }
	
	#tabs_header a:hover {
		background: #ddf;
	}
	
	#tabs_header #selected {
		border-color: black;
	}
	
	#tabs_header #selected a {
		position: relative;
		top: 1px;
		background:#FFCC66;
		color: black;
		font-weight: bold;
	}
	
	#tabs_content {
		border: 1px solid black;
		clear: both;
		padding: 0 1em;
	}
	
	tabs_h1 {
		margin: 0;
		padding: 0 0 1em 0;
	}

.HeaderFont {font-size: medium}