
	body {
		margin: 20px;
		padding: 0px;
		background: #CACCB4;
		font: 16px arial, sans-serif; }

	pre {text-indent: 30px}






	#menutab {
		color: #000;
		margin: 0px 0px 0px 0px;
		padding: 0px;
		z-index: 1;
		padding-left: 10px }

	#menutab li {
		display: inline;
		overflow: hidden;
		list-style-type: none; }

	#menutab a, a.active {
		color: #DEDECF;
		background: #898B5E;
		font: bold 1em "Trebuchet MS", Arial, sans-serif;
		padding: 2px 5px 2px 5px;
		margin: 0;
		text-decoration: none; }

	#menutab a.active {
		background: #ABAD85;
		border-bottom: 3px solid #ABAD85; }

	#menutab a:hover {
		color: #fff;
		background: #ADC09F; }

	#menutab a:visited {
		color: #E8E9BE; }

	#menutab a.active:hover {
		background: #ABAD85;
		color: #DEDECF; }





	#bodytab {
		color: #000;
		margin: 12px 0px 0px 0px;
		padding: 0px;
		z-index: 1;
		padding-left: 10px }

	#bodytab li {
		display: inline;
		overflow: hidden;
		list-style-type: none; }

	#bodytab a, a.active {
		color: #DEDECF;
		background: #898B5E;
		font: bold 1em "Trebuchet MS", Arial, sans-serif;
		border: 2px solid black;
		padding: 2px 5px 0px 5px;
		margin: 0;
		text-decoration: none; }

	#bodytab a.active {
		background: #ABAD85;
		border-bottom: 3px solid #ABAD85; }

	#bodytab a:hover {
		color: #fff;
		background: #ADC09F; }

	#bodytab a:visited {
		color: #E8E9BE; }

	#bodytab a.active:hover {
		background: #ABAD85;
		color: #DEDECF; }

	#content {font: 0.9em/1.3em "bitstream vera sans", verdana, sans-serif;
		text-align: justify;
		background: #ABAD85;
		padding: 20px;
		border: 2px solid black;
		border-top: 2px solid black;
		z-index: 2;	}

	#content a {
		text-decoration: none;
		color: #E8E9BE; }

	#content a:hover { background: #898B5E; }



table#main {
	border: 1px solid #000;
	width="100%"; }

td {padding: 5px;
	text-align: left;
	vertical-align: middle; }
td.title {padding: 5px;
	background: #898B5E;
	text-align: left;
	font-weight: bold; }
td.header {padding: 5px;
	background: #898B5E;
	text-align: center;
	font-weight: bold; }
td.total {padding: 5px;
	background: #cccc66;
	text-align: left;
	font-weight: bold; }
td.red {padding:5px;
	background: #7E3517;
	text-align: left;
	font-weight: bold; }


