div.domtab {
	width:720px;
	font-size:12px;

}
ul.domtabs {
	float:left;
	width:100%;
	margin:2em 0 0 0;
	list-style-type: none;
}
ul.domtabs li {
	float:left;
	padding:0 1px 0 0;
}
ul.domtabs a:link,  ul.domtabs a:visited,  ul.domtabs a:active,  ul.domtabs a:hover {
	width:12em;
	padding:.2em 1em;
	display:block;
	background:#666;
	color:#FFF;
	height:20px;
	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:20px;
}
ul.domtabs a:hover {
	background:#eeeeee;
}
div.domtab div {
	clear:both;
	width:auto;
	background:#eeeeee;
	color:#666;
	padding:1em 1em;
	min-height:250px;
	border-left: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
	border-bottom: 1px solid #b7b7b7;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
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:#eeeeee;
	color:#666;
	border-left: 1px solid #b7b7b7;
	border-top: 1px solid #b7b7b7;
}
p {
	margin:0 0 .5em 0;
	line-height: 15px;
	font-family: Verdana, Geneva, sans-serif;
}
pre {
	font-size:1.2em;
	padding:1em;
}

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