.domtabs{
			margin:0;
			padding:0;
			list-style:none;
			border:none;
		}

		
		div.domtab{
			padding:0 3px;
			width:100%;
			font-size:10px;
		}
		ul.domtabs{
			float:left;
			width:100%;
			margin:0px;	
			font-size:10px;      			
		}
		ul.domtabs li{
			float:left;
			padding:0px;
		}
		ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover{
		  width:79px;
			height:18px;
			color:#fff;      	
			font-weight:bold;
			font-size:10px; 			
			font-family:Arial,Sans-Serif;      	
			padding:0px;
			display:block;
			background:#e9fe75 url('inactive.gif') center center no-repeat;
		}
		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:18px;
			min-height:18px;
		}
		ul.domtabs a:hover{
			background:#e9fe75 url('active.gif') center center no-repeat;
			color:#000;   			
		}
		div.domtab div{
			clear:both;
			width:auto;
			height:180px;
/*			background:#696;			*/
			color:#fff;
			padding:1px 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:#e9fe75 url('active.gif') center center no-repeat;
			color:#000;
		}

		p{
			margin:0 0 .5em 0;
			line-height:1.3em;
		}
		h2{
			font-size:1.3em;
			color:#cfc;
			text-transform:uppercase;
			font-family:Arial,Sans-Serif;
			padding:0 0 .7em .2em;
		}
		h1{
			font-size:2em;
			text-align:center;
			font-weight:normal;
			text-transform:uppercase;
			font-family:Arial,Sans-Serif;
			padding:.5em 0;
			background:#000;
			border-bottom:1px solid #666;
		}
		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:10px;
		}
		div.domtab div h2 a,
		div.domtab div h2 a:hover,
		div.domtab div h2 a:active
		{
			color:#cfc;
			display:inline;
			padding:0;
			font-weight:normal;
			font-size:10px;
		}
		
