*
{
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}


div.domtab
{
	font-size: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #FFFFFF;
}

ul.domtabs
{
	float: left;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 700px;
}

ul.domtabs li
{
	float: left;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-right: 1px;
	margin-left: 0px;
	width: auto;
	background-image: url(../images/bkgd-tab.jpg);
	height: 20px;
	border-color: #000;
	border-left-width: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
}

ul.domtabs a:link,
		ul.domtabs a:visited,
		ul.domtabs a:active,
		ul.domtabs a:hover
{
	padding: 0px
	display: block;
	color: #333333;
	font-weight: normal;
	text-decoration: none;
	padding: 6px 13px 6px 13px;
}

html>body ul.domtabs a:link,
		html>body ul.domtabs a:visited,
		html>body ul.domtabs a:active,
		html>body ul.domtabs a:hover
{
}

ul.domtabs a:hover {
	color: #000000;
}
.tabbar
{
	clear: both;
	margin: 12px 0px 0px 0px;
}

div.domtab div
{
	clear: both;
	background: #000;
	color: #fff;
	padding: 0px;
}

ul.domtabs li.active a:link,
		ul.domtabs li.active a:visited,
		ul.domtabs li.active a:active,
		ul.domtabs li.active a:hover
{
	color: #fff;
	background-image: url(../images/bkgd-tab-blue.jpg);
	width: inherit;
	height: 28px;
	padding: 6px 13px 6px 13px;
}

#domtabprintview
{
	float: right;
	padding-right: 0px;
	text-align: right;
}

#domtabprintview a:link,
		#domtabprintview a:visited,
		#domtabprintview a:active,
		#domtabprintview a:hover { color: #fff; }

p
{
	margin: 0px 0px 0px 0px;
	line-height: normal;
}

h2
{
	font-size: 12px;
	color: #cfc;
	font-family: Arial,Sans-Serif;
	padding: 0px 0px 0px 0px;
}

h1
{
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Sans-Serif;
}

pre
{
	font-size: 12px;
	padding: 0px;
}

div.domtab div a:link,
		div.domtab div a:visited,
		div.domtab div a:active
{
	color: #003366;
	display: block;
	padding: 0px;
	font-weight: bold;
	font-size: 12px;
}

div.domtab div h2 a,
		div.domtab div h2 a:hover,
		div.domtab div h2 a:active
{
	color: #666666;
	display: inline;
	padding: 0px;
	font-weight: normal;
	font-size: 0px;
}

/* other scheme! */
#other
{
	font-size: 12px;
	margin-left: 0px;
	width: 700px;
	margin-bottom: 0px;
	float: none;
}

div#other.domtab div
{
	clear: both;
	background: #fff;
	color: #000000;
	padding: 0px;
	margin: 0px;
}



#other ul.domtabs a:hover {
}

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
{
	color: #fff;
}

#other div { float: left; }

ul.prevnext
{
	float: left;
	width: 700px;
	padding: 0px;
	margin: 0px;
}

ul.prevnext li
{
	float: left;
	width: 350px;
}

ul.prevnext li.next
{
	float: right;
	text-align: right;
}
