div.domtab{			
	width:370px;			
}
ul.domtabs{
	list-style:none;	
	margin-top:0px;
	margin-left:-30px;		
}
ul.domtabs li{
	float:left;
	font-size:14px;
	text-decoration:none;
}
ul.domtabs li a{
	text-decoration:none;
	}
ul.domtabs a:link,ul.domtabs a:visited,ul.domtabs a:active,ul.domtabs a:hover,ul.domtabs li.new_two{
	width:86px;
	padding-top:5px;
	height:21px;
	text-align:center;
	margin-left:1px;
	color:#125a97;
	
}

div.domtab div{
	width:370px;
	overflow:hidden;
	margin-bottom:10px;	
	border:1px #d7d7d7 solid;
}

div.domtab div h2 a,div.domtab div h2 a:hover,div.domtab div h2 a:active{
	color:black;

	padding:0;
	font-weight:normal;	
}
		
/* other scheme! */
#other{	
	width:370px;	
	float:left;
}
div#other.domtab div{

	width:370px;
	color:#000;
}
div#other ul.domtabs li.active{
	width:86px;
	padding-top:5px;
	height:21px;
	text-align:center;
	font-weight:bold;
	margin-left:1px;
	color:#125a97;
	background-image:url(images/tab.gif);
}
.new_img{
	text-decoration:none;
	color:black;
	font-size:10px;
	font-weight:bold;
	}
.new_img:hover{
	text-decoration:underline;	
	}
