	body {
	margin: 0px;
	padding: 0px;
	background: 000000;
	font: 16px arial, sans-serif;
	background-color: #000;
}

	pre {
	text-indent: 30px
}

	#tabmenu {
	color: #000;
	/* [disabled]border-bottom: none; */
	margin: 15px 0px 0px 0px;
	padding: 1px;
	/* [disabled]z-index: 1; */
	padding-left: 10px;
	font-size: 24px;
}

	#tabmenu li {
	display: inline;
	overflow: hidden;
	list-style-type: none;
}

	#tabmenu a, a.active {
	color: #000000;
	font: bold 1em  Arial, sans-serif;
	margin: 0;
	text-decoration: none;
	border-radius: 10px 10px 0px 0px;
	background-color: #FF9;
	padding-left: 15px;
	padding-bottom: 1px;
	padding-right: 15px;
	padding-top: 2px;
	border-bottom-width: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
}

	#tabmenu a.active {
	/* [disabled]background: #ABAD85; */
	background-color: #E9F7DC;
	color: #000;
	border-bottom-color: #E9F7DC;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 1.5px;
	border-left-width: 2px;
	border-bottom-style: solid;
	padding-bottom: 2px;
}

	#tabmenu a:hover {
	color: #000;
	/* [disabled]background: #ADC09F; */
	background-color: #FF9;
}

	#tabmenu a:visited {
	/* [disabled]color: #E8E9BE; */
}

	#tabmenu a.active:hover {
	/* [disabled]background: #ABAD67; */
	/* [disabled]color: #DEDECF; */
	background-color: #E9F7DC;
}

	.content {
	font: 1em/1.3em "bitstream vera sans", verdana, sans-serif;
	/* [disabled]background-image:url(metal.png); */
	background-repeat:repeat;
	text-align: justify;
	padding: 20px;
	/* [disabled]border: 2px solid black; */
	/* [disabled]border-top: 2px; */
	/* [disabled]border-bottom-right-radius:2em; */
	/* [disabled]border-bottom-left-radius:2em; */
	background-color: #E9F7DC;
	color: #006837;
	max-width: 100%;
	min-height: 500px;
	/* [disabled]border-color: #000; */
	border-top-width: 2px;
	border-top-color: #000;
	border-top-style: solid;
}

	.content a {
	text-decoration: none;
	color: #009900;
}

	.content a:hover {
}

	.content p {
	text-align: justify;
}

	#contactform label.error, #contactform input.submit, #contactform textarea.error { 
	margin-left: 10px; 
	color: red;
	font-style: italic
}