* {
	margin:0;
	padding:0;
	list-style:none;
	border:none;
}

div.domtab {
	width:180px;
	font-size:10px;
	margin-top: 15px;
}

ul.domtabs {
	float:left;
	width:180px;
}

ul.domtabs li {
	float:left;
}
		
ul.domtabs a.res:link, ul.domtabs a.res:visited, ul.domtabs a.res:active {
	width:90px;
	display:block;
	background: url(images/res_up.gif) no-repeat;
	color:#000;
	height: 40px;
}
		
ul.domtabs a.comp:link, ul.domtabs a.comp:visited, ul.domtabs a.comp:active {
	width:90px;
	display:block;
	background: url(images/comp_up.gif) no-repeat;
	color:#000;
	height: 40px;
}
		
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;
}

div.domtab div {
	clear:both;
	width:auto;
	background:#fff;
	color:#000;
}
		
ul.domtabs li.active a.res:link, ul.domtabs li.active a.res:visited, ul.domtabs li.active a.res:active {
	text-align: left;
	background: url(images/res_down.gif) no-repeat;
	height: 40px;
	color:#000;
}
		
ul.domtabs li.active a.comp:link,	ul.domtabs li.active a.comp:visited, ul.domtabs li.active a.comp:active {
	background: url(images/comp_down.gif) no-repeat;
	height: 40px;
	color:#000;
}
		
div.domtab div a:link, div.domtab div a:visited, div.domtab div a:active	{
	color:#000;
	display:block;
	font-size:10px;
}

div.domtab div h2 a, div.domtab div h2 a:hover, div.domtab div h2 a:active {
	color:#000;
	display:inline;
	font-weight:normal;
	font-size:10px;
}
		
.scrollbox {
	margin-top: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #616161;
	color: #616161;
	overflow: auto;
	border: 0 solid #000;
	width: 170px;
}

ul.resources {
 background: #CAD8E2;
 width: 130px;
}

ul.resources li {
	background: #fff;
	padding: 2px 0;
	margin-bottom: 1px;
}

ul.resources li a.resources:link, ul.resources li a.resources {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #0061a5;
	text-decoration: none;
}

ul.resources li a.resources:hover {
	color: #003051;
	text-decoration: none;
}