div.domtab {
	padding: 0;
	margin: 0;
	width: 90%;
	font-size: 10px;
}
ul.domtabs {
	float: left;
	margin: 0;
	padding: 0;
}
ul.domtabs li {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.domtabs a:link, ul.domtabs a:visited, ul.domtabs a:active, ul.domtabs a:hover {
	width: 100px;
	padding: 4px;
	display: block;
	background: transparent;
	color: #404040;
	height: 12px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	border: 1px #9e9e9e solid;
	border-width: 1px 0 0 1px;
}
ul.domtabs .lastmark a:link, ul.domtabs .lastmark a:visited, ul.domtabs .lastmark a:active, ul.domtabs .lastmark a:hover {
	border-width: 1px 1px 0 1px;
}
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: 12px;
}
ul.domtabs a:hover {
	background: #c6c6c6;
}
div.domtab div {
	clear: both;
	width: auto;
	background: #ffffff url(bckg-BZ.gif) no-repeat left top; 
	color: #020202;
	padding: 10px;
	margin: 0 0 10px 0;
	border: 1px #9e9e9e solid;
	border-width: 1px;
}
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: #F8DA92;
position: relative;
top: 1px;
	color: #020202;

}
#domtabprintview {
	padding-right: 1em;
	text-align: right;
}
#domtabprintview a:link, #domtabprintview a:visited, #domtabprintview a:active, #domtabprintview a:hover {
	color: black;
}
pre {
	font-size: 1.2em;
	padding: 1em;
}
div.domtab div a:link, div.domtab div a:visited, div.domtab div a:active {
	color: #202020;
	padding: 1em .5em;
}
/* 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;
}

