		*{
			margin:0;
			padding:0;
			list-style:none;
			
		}
		body{
			font-family:Verdana,Arial,Sans-Serif;
			font-size:90%;
			background:#fff;
			color:#ccc;
		}
		
		div.domtab{
			padding:0 3em;
			width:1000px;
			font-size:90%;
			margin:auto;
		}
		ul.domtabs{
			float:left;
			width:100%;
			margin:2em 0 0 0;				
		}
		ul.domtabs li{
			float:left;
			padding:0 .5em 0 0;
		}
		ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover{
			width:8em;
		/*	padding:.2em 1em;*/
			display:block;
			text-align:center;
			background:#666;
			color:#ccc;
			height:34px;
			line-height:34px;
			font-weight:bold;
			text-decoration:none;
		}
		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:#8e0505;
		}
		div.domtab div{
	clear:both;
	/*	background:#8e0505;*/
			border:#8e0505 solid 1px;
	color:#fff;
	padding-bottom:10px;
	width: 1000px;
		}
		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:#8e0505;

			color:#fff;
		}
		#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:1.3em;
			color:#cfc;
			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 a:link,
		div.domtab div a:visited,
		div.domtab div a:active
		{
	/*		color:#990000;*/
			display:block;
		/*	padding:1em .5em;*/
			font-weight:bold;
			font-size:12px;
		}
		div.domtab div h2 a,
		div.domtab div h2 a:hover,
		div.domtab div h2 a:active
		{
			color:#000;
			display:inline;
			padding:0;
			font-weight:normal;
			font-size:1em;
		}
		



/* other scheme! */
#other{
	font-size:10px;
	width:100%;
	float:left;
}
div#other.domtab div{
	clear:both;
	width:960px;
	background:#f3f3f3;
	color:#fff;
	padding:0px;
}
		
#other ul.domtabs a:hover{
	background:#666;
}
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:#990000;
	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;
}



		
/* other2 scheme! */
#other2{
	font-size:10px;
	width:100%;
	float:left;
}
div#other2.domtab div{
	clear:both;
	width:960px;
	background:#f3f3f3;
	color:#fff;
	padding:0px;
}
		
#other2 ul.domtabs a:hover{
	background:#666;
}
div#other2 ul.domtabs li.active a:link,
div#other2 ul.domtabs li.active a:visited,
div#other2 ul.domtabs li.active a:active,
div#other2 ul.domtabs li.active a:hover{
	background:#990000;
	color:#fff;
}
#other2 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;
}