		*{
			margin:0;
			padding:0;
			list-style:none;
			border:none;
		}
		
		div.domtab{
	padding:0;
	width:100%;
		}
		ul.domtabs{
	float:left;
	width:100%;
	margin:0em 0 1em 0;
		}
		ul.domtabs li{
	float:left;
	padding:0 1em 0 0;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
		}
		ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover{
	width:auto;
	padding:.2em .5em;
	display:block;
	background:#FFF;
	color:#00ccff;
	font-weight:normal;
	text-decoration:none;
	line-height: 35px;
		}
		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 a:hover{
	background:#00ccff;
	color: #FFF;
		}
			div.domtab h2{	
	color: #4E4E4E;
	border: none;
	font-size: 27px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 15px;
	background: url(../images/h_dot.gif) bottom left repeat-x;
	font-style: italic;
	background: #f0f0e3;
	padding: 5px;
	letter-spacing: -1px;		
		}
		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:#f0f0e3;
	color:#4E4E4E;
		}
		#domtabprintview{
			float:right;
			padding-right:1em;
			text-align:right;
		}
		div.domtab div h2 {
			color: #4E4E4E;
	border: none;
	font-size: 27px;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 15px;
	background: url(../images/h_dot.gif) bottom left repeat-x;
	font-style: italic;
	background: #f0f0e3;
	padding: 5px;
	letter-spacing: -1px;
		}
		
		div.domtab div h2 a,
		div.domtab div h2 a:hover,
		div.domtab div h2 a:active
		{
	color:#4E4E4E;
	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:#4E4E4E;
}
#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;
}
