
div.domtab{
	width: 100%;
	font-size: 90%;
}
ul.domtabs{
	float:left;
	width:95%;			
}
ul.domtabs li{
	float:left;
	padding: 0 2px 0 0;
	text-align: center;
}
ul.domtabs a:link,
ul.domtabs a:visited,
ul.domtabs a:active,
ul.domtabs a:hover{
	width:110px;
	padding: 6px .5em .1em .5em;
	display:block;
	height:3em;
	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;
	min-height:3em;
}
ul.domtabs a:hover{
}
div.domtab div{
	clear:both;
	width:auto;
	padding:1em 1em;
}
ul.domtabs li.domtabsActive a:link,
ul.domtabs li.domtabsActive a:visited,
ul.domtabs li.domtabsActive a:active,
ul.domtabs li.domtabsActive a:hover{ }
p{
	margin:0 0 .5em 0;
	line-height:1.3em;
}

div.domtab div a:link,
div.domtab div a:visited,
div.domtab div a:active
{
	font-weight:bold;
	font-size:14px;
	font-family: Arial;
	text-decoration: underline;
}
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;
}
