body {
		font: 0.7em arial, helvetica, sans-serif;
	}

    #tab_header ul {
		list-style: none;
		padding: 0;
		margin: 0;
    }

	#tab_header li {
		float: left;
		border: 1px solid #bbb;
		border-bottom-width: 0;
		margin: 0;
    }

	#tab_header a {
		text-decoration: none;
		display: block;
		background: #eee;
		padding: 0.24em 1em;
		color: #00c;
		width: 10.26em;
		text-align: center;
    }

	#tab_header a:hover {
		background: #ddf;
	}

	#tab_header #selected {
		border-color: black;
	}

	#tab_header #selected a {
		position: relative;
		top: 1px;
		background: white;
		color: black;
		font-weight: bold;
	}

	#tab_content {
		border: 1px solid black;
		clear: both;
		padding: 0 1em;
	}

	#tab_header.h1 {
		margin: 0;
		padding: 0 0 1em 0;
	}
