		*{
			margin:0;
			padding:0;
			list-style:none;
			border:none;
		}

		div.domtab{
			width:80%;
			font-size:90%;
		}
		ul.domtabs{
			float:left;
			width:100%;
		
		}
		ul.domtabs li{
			float:left;
			margin:0 .2em 0 0;
  	}
    
		ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover{
			width:6.5em;
			padding:.2em 1em;
			display:block;
			background:#666;
			color:#000;
			height:2.9em;
			font-weight:bold;
      border-style:solid;
      border-width:1px;
      border-color:#3f3f3f #3f3f3f #222222 #3f3f3f;        
		}
    
		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:1.5em;
		}
		ul.domtabs a:hover{
			background:#696;
		}
		div.domtab div{
			clear:both;
			width:auto;
      height: 200px;
			color:#000;
			padding:6px 0 0 7px;
		}
		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:#696;
			color:#000;
		}
		#domtabprintview{
			float:right;
			padding-right:1em;
			text-align:right;
		}
		#domtabprintview a:link,
		#domtabprintview a:visited,
		#domtabprintview a:active,
		#domtabprintview a:hover{
			color:#fff;
		}
		p{
			margin:0 0 .5em 0;
			line-height:1.3em;
		}
		h3{
      margin: 5px 2px 2px 1px;
      width: 296px;
			font-size:11px;
			color:#000;
      padding: 1px;
			text-transform:uppercase;
			font-family:Arial,Sans-Serif;
		}
    
    h3:hover{
      background: #7b7b7b;
    }
      
		h1{
			font-size:11px;
			text-align:center;
			font-weight:normal;
			text-transform:uppercase;
			font-family:Arial,Sans-Serif;
			padding:.5em 0;
			background:#000;
			border-bottom:1px solid #666;
		}
		pre{
			font-size:11px;
			padding:1em;
		}
		div.domtab div a:link,
		div.domtab div a:visited,
		div.domtab div a:active
		{
			color:#000;
			display:block;
			font-size:10px;
      text-decoration: underline;
		}
		div.domtab div h3 a,
		div.domtab div h3 a:hover,
		div.domtab div h3 a:active
		{
			display:inline;
			font-size:10px;
      text-decoration: underline;
		}
		
/* other scheme! */
#other{
	font-size:.8em;
  font-size:12px;
	width:325px;
  height:246px;
	float:left;
  background: url(images/tabs_bg.gif) no-repeat;
}
div#other.domtab div{
	clear:both;
	color:#000;
}
		
#other ul.domtabs a:hover{
	background:#848484;
}
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{
  font-size:12px;
  border-style:solid;
  border-width:1px 1px 0 1px;
  border-color:#232323;  
	background:#848484;
	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;
}
