		
		div.domtab {
			width:825px;
			margin-left: 35px;
			margin-top:20px;
			color:#FFFFFF;
		}
		
		a {color:#FFFFFF}
		
		ul.domtabs{
			float:left;
			width:100%;
			margin:0;		
			margin:0;
			padding:0;
			list-style:none;
			border:none;		
		}
		ul.domtabs li{
			float:left;
			padding:0;
			margin:0;
			padding:0;
			list-style:none;
			border:none;
		}
		ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover{
			padding:10px 20px;
			display:block;
			background:#4E5D74;
			color:#ccc;
			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{
			height:auto;
		}
		ul.domtabs a:hover{
			background:#7087A2;
		}
		div.domtab div{
			clear:both;
			width:auto;
			background:#7087A2;
			color:#fff;
			padding:5px 0 5px 0;
		}
		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:#7087A2;
			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 h3 a,
		div.domtab div h3 a:hover,
		div.domtab div h3 a:active
		{
		color:#FFFFFF;
			padding:0 0 10px 0;
			margin:0;
			font-weight:normal;
			font-size:1em;
		}
		
/* other scheme! */

div#other.domtab div{
	clear:both;
	width:54em;
	color:#fff;
}
		
#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;
}
