div.domtab{
	padding:0 3em;
	width:90%;
	font-size:14px;
		}
ul.domtabs{
	float:left;
	width:100%;
	margin:2em 0 0 0;
		}
ul.domtabs li{
	float:left;
	padding:0 .5em 0 0;
	list-style: none;
	}
ul.domtabs li a:hover{
	color:#fff;
	background-color::#CC9933;
	}
ul.domtabs a:link,ul.domtabs a:visited,ul.domtabs a:active,ul.domtabs a:hover{
	width:10em;
	padding:.2em 1em;
	display:block;
	color:#CC9933;
	height:3em;
	text-decoration:none;
		}
html>body ul.domtabs a:link,html>body ul.domtabs a:visited,html>body ul.domtabs a:active,html>body ul.domtabs a:hover{
	height:auto;
	min-height:1em;
	border: #CCCCCC solid;
		}
ul.domtabs a:hover{
			background:#CC9933;
		}
div.domtab div{
	clear:both;
	width:800px;
	color:#DADADA;
	border:#CCCCCC solid;
	padding: 20px;
		}
		ul.domtabs li.active a:link,
		ul.domtabs li.active a:visited,
		ul.domtabs li.active a:active,
		ul.domtabs li.active a:hover{
			background:#cc9933;
	color:#fff;
		}
		#domtabprintview{
			float:right;
			padding-right:1em;
			text-align:right;
		}
		#domtabprintview a:link,
		#domtabprintview a:visited,
		#domtabprintview a:active,
		#domtabprintview a:hover{
			color:#fff;
		}
		p{
	margin:0 0 .5em 0;
		}
		h2{
			font-size:12px;
			text-transform:uppercase;
			font-family:"Trebuchet MS",Arial,Sans-Serif;
			padding:0 0 .7em .2em;
			background-color: #000;
		}
		h1{
	font-weight:900;
	font-size:12px;
	text-align:left;
	text-transform:uppercase;
	font-family:"Trebuchet MS",Arial,Sans-Serif;
	padding:.5em 0;
		}
		pre{
			font-size:12px;
			padding:1em;
		}
		div.domtab div a:link,
		div.domtab div a:visited,
		div.domtab div a:active
		{
	color:#000000;
	font-size:12px;
		}
		div.domtab div h2 a,
		div.domtab div h2 a:hover,
		div.domtab div h2 a:active
		{
			color:#cfc;
			display:inline;
			padding:0;
			font-weight:normal;
			font-size:14px;
		}
		
/* other scheme! */
#other{
	font-size:14px;
	margin-left:.3em;
	width:60em;
	margin-bottom:3em;
	float:left;
}
div#other.domtab div{
	clear:both;
	width:54em;
	background:#fff;
	color:#000;
	padding:1em 3em;
}
		
#other ul.domtabs a:hover{
	background:#fff;
}
div#other ul.domtabs li.active a:link,
div#other ul.domtabs li.active a:visited,
div#other ul.domtabs li.active a:active,
div#other ul.domtabs li.active a:hover{
	background:#fff;
	color:#000;
}
#other div{
	float:left;
}
ul.prevnext{
	float:left;
	width:100%;
}
ul.prevnext li{
	float:left;
	width:49%;
}
ul.prevnext li.next{
	float:right;
	text-align:right;
}
