		.domtab ul li{
			list-style:none;
		}
		ul.domtabs{
			float:left;
			width:100%;
			margin:12px 0 0 0;				
		}
		ul.domtabs li{
			float:left;
			padding:0 5px 0 0;
		}
		ul.domtabs li a:link,
		ul.domtabs li a:visited,
		ul.domtabs li a:active,
		ul.domtabs li a:hover{
			padding:5px 20px;
			display:block;
			background:#cc0000;
			color:#fff;
			font-weight:bold;
			text-decoration:none;
			border:1px solid #d5d5d5;
			border-width:1px 1px 0px 1px;
		}
		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;
		}
		ul.domtabs li a:hover{
			background:#cc0000;
		}
		div.domtab .dom_content{
			clear:both;
			width:auto;
			background:#f5f5f5;
			color:#5a5a5a;
			padding:1em 1.5em;
			border:1px solid #d5d5d5;
		}
		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:#f5f5f5;
			color:#4e4e4e;
		}
		#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;
		}
		h2{
			font-size:12;
			color:#353535;			
			text-transform:uppercase;
			font-family:"Trebuchet MS",Arial,Sans-Serif;
			padding:0 0 .7em .2em;
		}
		h1{
			font-size:2em;
			text-align:center;
			font-weight:normal;
			text-transform:uppercase;
			font-family:"Trebuchet MS",Arial,Sans-Serif;
			padding:.5em 0;
			background:#000;
			border-bottom:1px solid #666;
		}
		pre{
			font-size:1.2em;
			padding:1em;
		}
		div.domtab div h2 a,
		div.domtab div h2 a:hover,
		div.domtab div h2 a:active
		{
			color:#353535;
			display:inline;
			padding:0;
			font-weight:normal;
			font-size:1em;
		}


.domtab a.black_link:link, a.black_link:visited, a.black_link:active{
	font-size:11px;
	color:#cc0000;
	font-weight:bold;
	text-decoration:none;
	display:inline;
}
.domtab a.black_link:hover{
	color:#5a5a5a;
}