
		
div.domtab{
	padding: 0 0 0 1px;
	width: 698px;
}
	ul.domtabs{
		border-left: 1px solid #C6C2BD;
		float:left;
		width: auto;
		margin: 6px 0 0 0;
		margin-bottom: 0 !important;
		position: relative;
			top: 1px;
	}
		ul.domtabs li{
			background: none !important;
			border: 1px solid #C6C2BD;
			border-bottom: 0;
			border-left: 0;
			float:left;
			margin: 0 !important;
			margin-top: 2px !important;
			padding: 0 !important;
		}
			ul.domtabs a:link,
			ul.domtabs a:visited,
			ul.domtabs a:active,
			ul.domtabs a:hover{
				background: #DDD8D3 url("../images/interface/tab-bg.gif") 0 0 repeat-x;
				display:block;
				float: left;
				font-weight:bold;
				height: 18px;
				padding: 3px 9px 0 9px; /* 21 */
				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: 18px;
				}
			ul.domtabs a:hover{
				background: #F2EFE8 url("../images/interface/tab-selected-bg.gif") 0 0 repeat-x;;
			}
		ul.domtabs li.active {
			margin-top: 0px !important;
			position: relative;
				top: 0px;
			z-index: 2;
		}
			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: #F2EFE8 url("../images/interface/tab-selected-bg.gif") 0 0 repeat-x;;
				border-top: 2px solid #4789B7;
				height: 18px;
				padding-bottom: 1px;
			}
			
	div.domtab div{
		border: 1px solid #C6C2BD;
		clear:both;
		padding: 1em 20px 1em 10px;
		width:auto;
	}
		#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 p{
			margin:0 0 .5em 0;
			line-height:1.3em;
		}
		div.domtab h2{
			display: none;
			font-size:1.3em;
			color:#cfc;
			text-transform:uppercase;
			font-family:"Trebuchet MS",Arial,Sans-Serif;
			padding:0 0 .7em .2em;
		}
		div.domtab 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;
		}
		div.domtab pre{
			font-size:1.2em;
			padding:1em;
		}
		
		div.domtab div a:link,
		div.domtab div a:visited,
		div.domtab div a:active
		{
		}
		div.domtab div h2 a,
		div.domtab div h2 a:hover,
		div.domtab div h2 a:active
		{
			display:inline;
			padding:0;
			font-weight:normal;
			font-size:1em;
		}
		
ul.prevnext{
	float:left;
	width:100%;
}
ul.prevnext li{
	float:left;
	width:49%;
}
	ul.prevnext li.next{
		float:right;
		text-align:right;
	}

