@charset "utf-8";
/* CSS Document */


	
	#tabsheader {
		background-color: white;
			padding: 0 20px 0 195px;
	}
	
    #tabsheader ul {
		list-style: none;
		padding: 0;
		margin: 0;
		background: white;
		float: left;
		width: 100%;
    }
    
	#tabsheader li {
		float: left;
		margin: 0 1em 0 0;
    }
    
	#tabsheader a {
		text-decoration: none;
		display: block;
		width: 6em;
		padding: 1em 0.5em;
		font-weight: bold;
		color: black;
		border-bottom: 0.5em solid #3f3f3f;
		color: #3f3f3f;
    }
	
	#tabsheader a:hover {
		color: #88cddd;
		border-color: #88cddd;
	}
	
	#tabsheader #selected a {
		color: #0ca4c8;
		border-color: #0ca4c8;
	}
	
	#tabscontent {
		clear: both;
		padding: 0 20px 0 195px;
	}
	
	#tabscontent p {
		margin: 0 0 1em 0;
	}
	
	</style>
