div.domtab{
	font-size: 100%;
	width: 100%;
	}
p.domtab{
	color: #434343;
	margin: 28px 0 0 0px;
	}
ul.domtabs{
	float: left;
	font-size: 80%;
	margin: 1em 0 0 0;
	width: 667px;
	}
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{
	color: #7A7A7A;
	display: block;
	float: left;
	height: 3em;
	padding-right: 10px;
	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: 2em;
	}
ul.domtabs a:hover{
	color: #FFCC00;
	}
div.domtab div{
	clear: both;
	width: auto;
	}
ul.domtabs li.active a:link,
		ul.domtabs li.active a:visited,
		ul.domtabs li.active a:active,
		ul.domtabs li.active a:hover{
	color: #2586D7;
	font-weight: normal;
	}
#domtabprintview{
	float: right;
	padding-right: 1em;
	text-align: right;
	}
#domtabprintview a:link,
		#domtabprintview a:visited,
		#domtabprintview a:active,
		#domtabprintview a:hover{
	color: #FFCC00;
	}
pre{
	font-size: 1.2em;
	padding: 1em;
	}
div.domtab div a:link,
		div.domtab div a:visited,
		div.domtab div a:active{
	font-color: #FFCC00;
	font-weight: bold;
	}
div.domtab div h2 a,
		div.domtab div h2 a:hover,
		div.domtab div h2 a:active{
	display: inline;
	font-size: 1em;
	font-weight: bold;
	padding: 0;
	}
#other{
	float: left;
	font-size: .8em;
	margin-bottom: 3em;
	margin-left: .3em;
	width: 60em;
	}
div#other.domtab div{
	background: #669;
	clear: both;
	color: #fff;
	padding: 1em 3em;
	width: 54em;
	}
#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;
	}