		*{
			margin:0;
			padding:0;
			list-style:none;
			border:none;
		}
		/*body{
			font-family:Verdana,Arial,Sans-Serif;
			font-size:90%;
			background:#333;
			color:#ccc;
		}*/
		
		div.domtab{
			padding:0 0 0 0;
			width:100%;
			font-size:90%;
		}
		ul.domtabs{
			float:left;
			width:100%;
			margin:2em 0 0 0;				
		}
		ul.domtabs li{
			float:left;
			padding: 0 10px 0 0;
		}
		ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover{
			width: 110px;
			padding: 1px 10px;
			display: block;
			color: #666;
			font-weight: bold;
			text-decoration: none;
			font-family: "PT Sans", Georgia, serif;
			font-size: 14px;
			line-height: 40px;
			position: relative;
			float: left;
			letter-spacing: 1px;
			text-transform: uppercase;
			text-align: center;
			text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
			border-radius: 3px 3px 0 0;
		}
		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:#eee;
			border-bottom: 1px solid #EFEFEF;
		}
		div.domtab div{
			clear: both;
			width: auto;
			padding: 1em 1em;
			background: white;
			border-top: solid 1px #ccc;
		}
		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: white;
			color: #26314C;
			border-radius: 4px 4px 0px 0px;
			font-family: "PT Sans", Georgia, serif;
			font-size: 14px;
			padding: 1px 10px;
			letter-spacing: 1px;
			text-transform: uppercase;
			font-weight: bold;
			text-align: center;
			text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
			box-shadow: 0px 2px 0px #fff;
			float: left;
			display: block;
			height: 40px;
			z-index: 10;
			border: solid 1px #ccc;
			border-bottom: none;
		}
		#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
		{
			display:block;
			font-size:15px;
			font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
			line-height: 22px;
		}
		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;
}
