*{
/*	margin:0;
	padding:0; */
	list-style:none;
	border:none;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}


div.domtab {
	width:820px;
	height:auto;
	margin:0px auto 0px auto;
	padding:0px;
	/* min-width:784px;
	min-width:728px;
	width:100%;
	font-size:12px;
	padding:0; margin:0; */
}

ul.domtabs {
	/*  float:left;*/
	width:100%;
	margin:0px 0px 0px 0px;				
}

ul.domtabs li{
	float:left;
	padding:0 1px 0 0;
}

ul.domtabs a:link,
ul.domtabs a:active,
ul.domtabs a:hover{
	width:90px;
	height:auto;
	display:block;
	text-align:center;
	color:#000; /* Tabs font color */
	background:#F4F8FB; /* Tabs BG */
	border:solid 1px #B2C8DE; /* Tabs Border */
	font-weight:normal;
	text-decoration:none;
	padding:4px 0 0 0; /* tabs padding */
}

html>body ul.domtabs a:link,
html>body ul.domtabs a:active,
html>body ul.domtabs a:hover{
	height:auto;
	min-height:3em;
}

ul.domtabs a:hover{
	background:#326292; /*#B2C8DE; Light Blue hover */
	color:#F4F8FB;
}

div.domtab div{
	clear:both;
	width:auto;
	background:#B2C8DE;
	/* background:#F0F0F0;
	background:#F4F8FB; */
	border:solid #B2C8DE 1px;
	color:#000000;
	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:#B2C8DE; /* Light Blue hover */
	color:#000; /* White hover */
	
}

#domtabprintview{
	float:right;
	padding-right:1em;
	text-align:right;
}

#domtabprintview a:link,
#domtabprintview a:visited,
#domtabprintview a:active,
#domtabprintview a:hover{
	color:#fff;
}
pre {
	font-size:1.2em;
	padding:1em;
}

p {
	margin:0 0 .5em 0;
	line-height:12px;
}

h1{
	font-size:2em;
	text-align:center;
	font-weight:normal;
	text-transform:nome;
	padding:.5em 0;
	background:#000;
	border-bottom:1px solid #666;
}

h2 {
	font-size:12px;
	font-weight:normal;
	text-transform:none;
	padding:0 0 .7em .2em;
}



div.domtab div a:link,
div.domtab div a:visited,
div.domtab div a:active {
	color:#0000FF;
	display:inline;
	padding:0;
	font-size:12px;
	text-decoration:underline;
}

div.domtab div h2 a,
div.domtab div h2 a:active {
	color:#000;
	display:inline;
	padding:0;
	font-size:12px;/* */
	font-weight:normal;
}

div.domtab div h2 a:hover {
	color:#FF0000;
	display:inline;
	padding:0;
	font-size:12px;/* */
	font-weight:underline;
}

div.domtab div a:link {
	color:#0000ff;
	display:inline;
	padding:0;
	font-size:12px;/* */
	font-weight:normal;
}

div.domtab div a:hover {
	color:#FF0000;
	display:inline;
	padding:0;
	font-size:12px;/* */
	font-weight:underline;
} 

div.domtab div ul li {
	list-style:decimal;
	color:#000;
}

div.domtab div ul li a: {
	color:#0000ff;
	display:inline;
	padding:0;
	font-size:12px;
	text-decoration:underline;
}

div.domtab div ul li a:hover {
	color:#ff0000;
	display:inline;
	padding:0;
	font-size:12px;
	text-decoration:underline;
}



/* other scheme! */
#other{
	font-size:.8em;
	margin-left:.3em;
	width:60em;
	margin-bottom:3em;
	float:left;
}

div#other.domtab div{
	clear:both;
	width:54em;
	background:#669;
	color:#fff;
	padding:1em 3em;
}
		
#other ul.domtabs a:hover{
	background:#669;
}

div#other ul.domtabs li.active a:link,
div#other ul.domtabs li.active a:visited,
div#other ul.domtabs li.active a:active,
div#other ul.domtabs li.active a:hover{
	background:#669;
	color:#fff;
}

#other div{
	float:left;
}

ul.prevnext{
	float:left;
	width:100%;
}

ul.prevnext li{
	float:left;
	width:49%;
}

ul.prevnext li.next{
	float:right;
	text-align:right;
}

