		

		div.domtab{
			padding:0;
			width:100%;

                        margin:.2em 0 0 0;



		}
		ul.domtabs{
			float:left;
			width:100%;
			margin:0;
			padding:0;
			list-style:none;				
		}
		ul.domtabs li{
			float:left;
			
                        margin-bottom:-2em;
			color:#db0031;
			list-style:none;

		}
		ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover{
			width:15em;
			padding:0.5em;
                        background-color:#f3f3f3;
			color:#db0031;
			height:1em;
			font-weight:bold;
                        border:1px solid #cccccc;
                        border-bottom:none;
			text-decoration:none;


		

                     

		}
	#content ul.domtabs, #content ul.domtabs li {list-style-type:none;margin:0 1em -.1em 0 ;}


		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:#fff;
                        text-decoration:underline;
		}
		div.domtab div{
			clear:both;
			width:auto;
                        background-color:#f3f3f3; 
                        border:1px solid #cccccc;
			color:#000;
			padding:0.5em;
                        height:35em;
                        overflow:auto;}

		div.domtab div ol li,div.domtab div ul li {
                        margin-top:1em;
                        margin-bottom:1em;

		}
		ul.domtabs li.active a:link,
		ul.domtabs li.active a:visited,
		ul.domtabs li.active a:active,
		ul.domtabs li.active a:hover{
			color:#000000;
                        border-bottom:none;
		}
		#domtabprintview{
			float:right;
			padding-right:1em;
			text-align:right;
		}
		#domtabprintview a:link,
		#domtabprintview a:visited,
		#domtabprintview a:active,
		#domtabprintview a:hover{
			color:<dtml-var color>;
		}

	
		div.domtab div a:link,
		div.domtab div a:visited,
		div.domtab div a:active
		{
			color:<dtml-var color>;
			display:block;
			padding:0.5em;
			font-size:1em;
		}
		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:1em;
             
		}


           
		div.domtab_info p a:link,
		div.domtab_info p a:visited,
		div.domtab_info p a:hover,
		div.domtab_info p a:active {
           display:inline;
           font-weight:normal;
           margin:0;
           padding:0;}


		
/* 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:#fff;
	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;
}