	
	html {margin: 0;
		padding: 0;}

	body {
	margin: 0;
	padding: 0;
	background: #CACCB4;
	font: 1em/1.7em verdana, arial, sans-serif;
	background-color: #CCCCCC;
}
		
	pre {font: 1.1em/1.7em "andale mono", monospace;}	
	
	#banner {position: absolute;
		top: 0;
		left: 0;
		height:50px;
		width: 100%;
		padding: 0;
		margin: 0;
		border-bottom: 3px solid black;
		color: black;
		background: #CCCCCC;
		z-index: 5;}		
	body>#banner {position: fixed;}
	
	#banner h1 {margin: 0;
		padding: 5px;}
	
	#tabmenu {color: #000;
		position: absolute;
		top: 48px;
		padding: 0;
		margin: 0;
		z-index: 10;
		left: 15px;}
	body>#tabmenu {position: fixed;} /*Opera and Mozilla*/
	
	#tabmenu li {display: inline;
		overflow: hidden;
		margin:0; 
		border: 0;
		list-style-type: none;}
		
	#tabmenu a, a.active {color: #DEDECF;
		background: #898B5E;
		font-size: 12px;
		font-weight: bold;
		border: 3px solid black;
		padding: 2px;
		margin: 0 2px;
		text-decoration: none;}
		
	#tabmenu a.active {background: #ABAD85;
		border-top: 4px solid #ABAD85; z-index: 30;}
		
	#tabmenu a:hover {color: #fff;
		background: #ADC09F;}	
		
	#tabmenu a:visited {color: #E8E9BE;}
		
	#tabmenu a.active:hover {background: #ABAD85;
		color: #D3DBCB;}
		
	#content {background: #CCCCCC;
		font: 0.9em "Trebuchet MS", verdana, sans-serif;
		height: auto;
		text-align: justify;
		padding: 100px 10px 0px 10px;
		z-index: 0;}
		
	#content a {text-decoration: none;
		color: #1F00FF;}
		
	#content a:hover {background: #ADC09F;}	
	.style1 {font-size: x-small}
  