		
		div.domtab{
            text-align:left;
            float:left;
            margin-left:10px;
		}
        .domtabsHeader {
            height: 3em;
        }
		ul.domtabs{
            margin: 0;
            padding: 0;
            position: relative;
            bottom: -1px;
            width: 100%;
            z-index:0;
		}
		ul.domtabs li{
            display: inline;
            list-style: none;
		}
		ul.domtabs a{
            width: 110px;
            display: block;
            float: left;
            padding: 4px 0;
            margin: 1px 2px 0 0;
            text-align: center;
            font-size: 85%;
            text-decoration: none;
            color: #333;
            background: #EEEEEE;
            border: 1px solid #AAA;
            border-bottom: none;
		}

		ul.domtabs a:hover{
            margin-top: 0;
            border-color: #666;
            background: #D3DCE3;
            padding-bottom: 5px;
		}
		div.domtab div.tab{
            clear:both;
			border: 1px solid #ccc;
            width:578px;
            _width:590px;
            padding:5px;
		}
		ul.domtabs li.active a:link,
		ul.domtabs li.active a:active{
            border: 1px solid #ccc;
            border-bottom: none;
            background: #FFFFFF;
            padding-bottom: 6px;
            margin-top: 0px;
		}
		h3{
			font-size:1.0em;
            margin-top:10px;
            text-align:center;
		}
        h3 a{
            color:gray;
        }

		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;
		}
