		
		div.domtab{
			width: 100%;
			text-align: left;
			margin: 0 0 0 0;
			font-size: 14px;
		}
		ul.domtabs{
			float:left;
			width:100%;
			margin: 0 0 0 0;
			margin-left: -55px;
			list-style-type: none;
			text-align: left;
		}
		ul.domtabs li{
			height: 35px;
			float:left;
			padding:0 .5em 0 0;
			border: 0px solid #000;

		}
		ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover{
			height: 20px;
			padding:.2em 1em;
			display:block;
			background:#fff;
			color:#666;
			font-size: 14px;
			font-weight:bold;
			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{
			min-height:3em;
		}
		ul.domtabs a:hover{
			background:#fff;
		}
		div.domtab div{
			clear:both;
			background:#fff;
			color:#000;
			padding: 0;
			border-top: 1px dotted #ccc;
		}
		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:#fff;
			color:#00;
		}
		#domtabprintview{
			float:right;
			padding-right:1em;
			text-align:right;
		}
		#domtabprintview a:link,
		#domtabprintview a:visited,
		#domtabprintview a:active,
		#domtabprintview a:hover{
			color:#00;
		}
		
		div.domtab div a:link,
		div.domtab div a:visited,
		div.domtab div a:active
		{
			color:#00;
			display:block;
			padding:1em .5em;
			font-weight:bold;
			font-size: 14px;
		}
		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:.8em;
	margin-left:.3em;
	width: 1000px;
	float:left;
}

div#other.domtab div{
	clear:both;
	width: 1000px;
	background:#fff;
	color:#000;
}
		

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:#9DC3E7;
}
#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;
}
