		*{
			margin:0;
			padding:0;
			list-style:none;
			border:none;
		}
	
		
		div.domtab{
			
			width:95%;
			font-size:85%;
			/*float:left;*/
margin-bottom: 20px;
		}
		ul.domtabs{
			float:left;
			width:100%;
			margin:2em 0 0 0;				
		}
		ul.domtabs li{
			float:left;
			 padding: 0 1px 0 0;
		}
		ul.domtabs a:link,
		ul.domtabs a:visited,

		ul.domtabs a:hover{
	 background: none repeat scroll 0 0 #0072BB;
    color: #FFFFFF;
    font-weight: bold;
    height: 30px;
    padding: 12px 51px 12px 51px;
    text-decoration: none;
  
		}
		
		ul.domtabs a:active
		{
		background:#fff;
			color:#000;
		
		}
		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:#A5CD3D;
			color:#000;
		}
		div.domtab span{
			clear: both;
		}
		div.domtab span.tabs{
			padding: 15px 0px;
			width: 99%;
			background: none repeat scroll 0 0 #fff;
			margin-top: 51px;
			border:1px solid rgb(219, 219, 219);
			border-top:none;
		}
		ul.domtabs li.active a:link,
		ul.domtabs li.active a:visited,
		
		ul.domtabs li.active a:hover{
			 -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: rgb(219, 219, 219) rgb(219, 219, 219) -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
 
    border-width: 1px 1px medium;
    color: #54B3D9;
		}
	
		ul.domtabs li.active a:active
		{
		background:#fff;
			color:#000;
			border:1px solid #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;
			color:#000;
		}
	
		pre{
			font-size:1.2em;
			padding:1em;
		}
		div.domtab div a:link,
		div.domtab div a:visited,
		div.domtab div a:active
		{
			color:#fff;
			display:block;
			padding:1em .5em;
			font-weight:bold;
			font-size:1.3em;
		}
		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;
		}
		
/* 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;
}
.domtab img
{
width:100px;
height:100px;


}
.domtab p
{

    padding: 5px;
	 line-height: 20px;
}
.domtab p b
{

}
.domtab p span
{

}