	
		div.domtab{
		}
		ul.domtabs{
			float:left;
			width:198px;
			border-bottom:1px solid #c6c6c6;
		}
		ul.domtabs li{
			list-style:none;
			border:1px solid #c6c6c6;
			border-bottom:none;
			background:#f1fafe;
		}
		ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover{
			padding:0 10px;
			display:block;
			text-decoration:none;
			line-height:25px;
		}
		ul.domtabs li.active a {
			color:#ff6600;
		}
		div.domtab div{
			width:560px;
			padding:1px 10px;
			float:left;
			border:1px solid #c6c6c6;
			border-left:none;
			height:361px;
		}
		div.domtab strong {
			color:#85a010;
		}
		ul.domtabs li.active {
			background:#fff;
			border-right-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
		{
		}
		div.domtab div h2 a,
		div.domtab div h2 a:hover,
		div.domtab div h2 a:active
		{
		}
		
/* other scheme! */
#other{
	font-size:.8em;
	margin-left:.3em;
	width:60em;
	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;
	width:100%;
}
ul.prevnext li{
	float:left;
	width:49%;
}
ul.prevnext li.next{
	float:right;
	text-align:right;
}
