		ul.domtabs{
			margin: 0px 0px 0px 20px;		
      list-style-type: none;		
      padding-bottom: 2em;
      height: 20px;
		}
		ul.domtabs li{
			padding:0 .5em 0 0;
			display:inline;
			float: left;
		}
		ul.domtabs li a {
		  line-height: 20px;
		}
		ul.domtabs li a#first {
		  width: 88px;
		}
		ul.domtabs li a#second {
		  width: 88px;
		}
		ul.domtabs li a#third {
		  width: 140px;
		}
		ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover{
			padding:.2em 1em;
			display:block;
			background:#666;
			color:#FFF;
			height:2em;
			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;
		}
		ul.domtabs a:hover{
		  color: #333;
			background:#D9D9D9;
		}
		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{
			background:#D9D9D9;
			color:#333;
		}
		
ul.prevnext{
  clear: both;
	margin: 0px;
	margin: auto;
	list-style-type: none;
	padding: 0px 20px;
}
ul.prevnext li{
	float:left;
	width:49%;
}
ul.prevnext li.next{
	float:right;
	text-align:right;
}
