		div.domtab{
			width: 100%;
			float: left;
			margin-top: -30px;
			margin-bottom: 2px;
		}
		div.domtab ol{
			padding-top: 10px;
		}
		div.domtab ol li{
			margin-top: 5px;
		}
		div.domtab ul{
			padding-top: 10px;
		}
		div.domtab ul li{
			margin-top: 5px;
			list-style-type: none;
		}


		ul.domtabs{
			float:left;
			margin:1em 0 0 0;
			margin-left: -35px;
			margin-bottom: -4px;
		}
		ul.domtabs li{
			float: left;
			padding:0 1px 0 0;
			list-style-type: none;
		}
		ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover{
			padding:.2em 1em;
			display:block;
			background:#454545;
			color:#ccc;
			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;
		}
		ul.domtabs a:hover{
			background:#000000;
		}
		div.domtab div{
			clear:both;
			width:auto;
			background:#000;
			color:#fff;
			padding-top:1em;
			padding-bottom: 1em;
		}
		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:#000;
			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;
		}

		div.domtab div a:link,
		div.domtab div a:visited,
		div.domtab div a:active
		{
			color:#fff;
			display:block;
		}
		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:1em;
		}
		
/* other scheme! */
#other{
	font-size:.8em;
	margin-left:.3em;
	margin-bottom:3em;
	float:left;
}
div#other.domtab div{
	clear:both;
	width:54em;
	background:#669;
	color:#fff;
	padding:1em 3em;
}
		
#other ul.domtabs a:hover{
	background:#669;
}
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:#669;
	color:#fff;
}
#other div{
	float:left;
}
ul.prevnext{
	float:left;
}
ul.prevnext li{
	float:left;
}
ul.prevnext li.next{
	float:right;
	text-align:right;
}

