domtabs
		div.domtab{
			padding:0 0; /* 3em */
			width:100%;
			font-size:90%;
		}
		ul.domtabs{
			float:left;
			width:110%;
			margin:0 0 0 0;				
		}
		ul.domtabs li{
			float:left;
			/*padding:0 .5em 0 0;*/
            padding:0;
		}
		ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover{
			width:9.4em;    /* 20.68em; */
			padding:.2em 1em;
			display:block;
			background:#CCC;
			color:#FFF;
			height:3em;
			font-weight:bold;
			text-decoration:none;
            font-size: 14px;
		}
        ul.domtabs a.long:link,
        ul.domtabs a.long:visited,
        ul.domtabs a.long:active,
        ul.domtabs a.long:hover{
            width:18em !important;    /* 20.68em; */
        }
        
        ul.domtabs .tabLabel{
            font-family: Georgia,"Times New Roman",Times,serif;
            font-weight: bold;
            text-transform: uppercase;
        }
        
		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:2em;
            line-height: 2.25em;
            font-size: 14px;
		}
		ul.domtabs a:hover{
			color:#FFF;
		}
		div.domtab div{
			clear:both;
			width:auto;
			background:#FFF;
			color:#000;
			padding:1em 3em;
		}
		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:#FFF;
			color:#000;
            border-top: 1px solid #666;
		}

        ul.domtabs li.left-tab {
            border-left: 1px solid #666;  
        }

        ul.domtabs li.right-tab {
            border-right: 1px solid #666;
        }
        
		#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 img { margin: 0 0 4px 6px; padding:0; border: none; }
        div.domtab p { margin-top: 6px !important; }
        div.domtab h4.author a { /*color: #666 !important; */}
        div.domtab h2 a, div.domtab h2 a:active, div.domtab h2 a:hover { color:#003161 !important; text-transform: none !important; font-size:20px !important; line-height: 1.1em !important;}
          
        h3.news-links-heading {
           color: #003161 !important;
           font-size: 12px !important;
           line-height: 1.1em;
           font-weight: bold !important;
           text-transform: uppercase !important;
           margin-top:0 !important;
           padding-top:0 !important;
           font-style:normal !important;
        }

		/*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:1.3em;
		}
		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:1em;
		} */
		
