<style type="text/css" media="all">
	
	body {
		font: 0.8em arial, helvetica, sans-serif;
	}
	
    ul.TabBarLevel1
    {
    	list-style: none;
		padding: 0;
		margin: 0;
    }
    
    ul.TabBarLevel1 li{
    	float: left;
		border: 1px solid #bbb;
		border-bottom-width: 0;
		margin: 0;
    }
    
    ul.TabBarLevel1 li a{
    	text-decoration: none;
		display: block;
		background: #eee;
		padding: 0.24em 1em;
		color: #00c;
		width: 150px;
		text-align: center;
    }
	
	ul.TabBarLevel1 li.Selected{
		border-color: black;
	}
	
	ul.TabBarLevel1 li.Selected a{
		position: relative;
		top: 1px;
		background: white;
		color: black;
		font-weight: bold;
	}
	
	ul.TabBarLevel1 li a:link,ul.TabBarLevel1 li a:visited{
		color:green;
	}
	
	ul.TabBarLevel1 li a:hover,ul.TabBarLevel1 li a:active{
		color:#F30;
		text-decoration:none;
	}
	
	ul.TabBarLevel1 li.Selected a:link,ul.TabBarLevel1 li.Selected a:visited{
		color:#000;
	}
	
	ul.TabBarLevel1 li.Selected a:hover,ul.TabBarLevel1 li.Selected a:active{
		color:#F30;
		text-decoration:none;
	}
	
	#content {
		border: 1px solid black;
		height: 93%;
		clear: both;
		padding: 0 1em;
		overflow:auto;
	}
	
	h1 {
		margin: 0;
		padding: 0 0 1em 0;
	}
	</style>
