		div.domtab{
			padding:0 0 0 5px;
		}
		ul.domtabs{
			float:left;
			margin:2em 0 0 0;
			padding: 0;	
			list-style: none;			
		}
		ul.domtabs li{
			float:left;
			padding:0 3px 0 0;
			margin: 0;
			list-style: none;	
		}
		ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover{
			width:8em;
			padding:.2em .5em;
			display:block;
			background:#666;
			color:#fff;
			height:3em;
			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:#ccc;
		}
		div.domtab div{
			clear:both;
			background:#fff;
			color:#000;
			padding: 0;
		}
		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:#ccc;
			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;
		}
		div.domtab div p{
			padding: 0 20px 5px;
			margin-top: 20px;
		}
		div.domtab div img{
			float: left;
		}
		div.domtab div span{
			display: block;
			float: left;
			width: 40px;
			height: 17px;
			margin-right: 8px;
		}
		div.domtab div span.key{
			background-color: #f8981d;
		}
		div.domtab div span.key2{
			background-color: #c1dba8;
		}
		div.domtab div span.key3{
			background-color: #b5cfe8;
		}
		div.domtab div span.key4{
			background-color: #fed29f;
		}
		div.domtab div span.key5{
			background-color: #b6b7da;
		}
		#fullColumn div.domtab div h2{
			font-size:1.3em;
			color:#000;
			background-color: #ccc;
			padding:20px 0 10px 10px;
			font-weight: bold;
			margin-right: 20px;
		}
		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:#000;
			display:inline;
			padding:0;
		}
		
		div.domtab div p a:link,
		div.domtab div p a:visited,
		div.domtab div p a:active{
			color: #003388;
			display: inline;
			padding: 0;
			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;
}

