/* CSS Document */
pre {text-indent: 30px } 
	#tabmenu 
	{ 
		color: #003300; 
		border-bottom: 1px solid black; 
		margin: 12px 0px 0px 0px; 
		padding: 0px; z-index: 1; 
		padding-left: 10px
		font-weight:bold;
		font-size:10px;
		
	}
	 
	#tabmenu li 
	{ 
		display: inline; 
		overflow: hidden; 
		list-style-type: none; 
		font-weight:bold;
		
	} 
	#tabmenu a, a.active 
	{ 
		color: #FFFFFF; 
		background: #295229; 
		font: normal 1em verdana, Arial, sans-serif; 
		border: 1px solid black; 
		padding: 2px 5px 0px 5px; 
		margin: 0px; 
		text-decoration: none; 
		cursor:hand; 
		font-weight:bold;
	} 
	#tabmenu a.active 
	{ 
		background-color:#000000; 
		border-bottom: 1px;
		 
	} 
	#tabmenu a:hover 
	{ 
		color: #FFFFFF; 
		background-color: #000000;
		font-weight:bold; 
	} 
	#tabmenu a:visited 
	{ 
		color: #E8E9BE; 
		font-weight:bold;
	} 
	#tabmenu a.active:hover 
	{ 
		background-color:#000000; 
		color: #DEDECF; 
		font-weight:bold;
	} 
	#content 
	{
		font: 0.9em/1.3em verdana, sans-serif;		
		text-align: justify; 
		background: #ffffff; 
		padding: 20px; 
		border: 1px solid black; 
		border-top: none; 
		z-index: 2; 
	} 
	#content a 
	{ 
		text-decoration: none; 
		color: #E8E9BE; 
	} 
	#content a:hover 
	{ 
		background: #aaaaaa; 
	}