		*{
			margin:0;
			padding:0;
			list-style:none;
			border:none;
		}
	
		
		div.domtab{
			width:620px;
			font-size:90%;
			font-family:Arial, Helvetica, sans-serif;
			margin:0px 0 20px 0;
			
		}
		ul.domtabs{
			float:left;
			
			margin:0 0 0 0;
			
		}
		ul.domtabs li{
			float:left;
			padding:0 0 0 .5em;
			
		}
		ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover{
			width:200px;
			padding:.5em 1em 0 1em;
			display:block;
			background-image:url(../images/hm-tab-bk.gif);
			background-repeat:repeat-x;
			background-position:bottom;
			background-color:#FFF;
			color:#444;
			border-top:1px solid #CCC;
			border-right:1px solid #CCC;
			border-left:1px solid #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;
			min-height:3em;
		}
		ul.domtabs a:hover{
			background-image:url(../images/hm-tab-bk.gif);
			background-repeat:repeat-x;
			background-position:bottom;
			background-color:#FFF;
		}
		div.domtab div{
			clear:both;
			width:auto;
			background:#FFF;
			color:#444;
			padding:1em 3em;
			line-height:24px;
			border:1px solid #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:#444;
		}
		#domtabprintview{
			float:right;
			padding-right:1em;
			text-align:right;
		}
		#domtabprintview a:link,
		#domtabprintview a:visited,
		#domtabprintview a:active,
		#domtabprintview a:hover{
			color:#444;
		}
		p{
			margin:0 0 .5em 0;
			line-height:1.3em;
		}
		
		pre{
			font-size:1.2em;
			padding:1em;
		}
		div.domtab div a:link,
		div.domtab div a:visited,
		div.domtab div a:active
		{
			color:#444;
			font-weight:bold;
	
		}
		div.domtab div h2 a,
		div.domtab div h2 a:hover,
		div.domtab div h2 a:active
		{
			color:#444;
			display:inline;
			padding:0;
			font-weight:normal;
		}
		
/* 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;
}
