<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#tabs {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	text-align: center;
	float:left;
	width:100%;
	background: url(/old/images/bg.jpg) repeat-x bottom;
	line-height:normal;
}
#tabs ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
}
#tabs li {
	display:inline;
	margin:0;
	padding:0;
}
#tabs a {
	float:left;
	background:url(/old/images/left_both.jpg) no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
	border-bottom:1px solid black;
	text-decoration:none;
}
#tabs a span {
	float:left;
	display:block;
	background:url(/old/images/right_both.jpg) no-repeat right top;
	padding:5px 15px 4px 6px;
	font-weight:bold;
	color:#708090;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs a span {float:none;}
/* End IE5-Mac hack */
#tabs a:hover span {color:#708090;}
#tabs #activetab a {
	background-position:0 -150px;
	border-width:0;
}
#tabs #activetab a span {
	background-position:100% -150px;
	padding-bottom:5px;
	color:#333;
}
#tabs #labeltab a {
	float:left;
	background:none;
	margin:0;
	padding:5 0 0 0px;
	border-bottom:0px;
	text-decoration:none;
}
#tabs a:hover {background-position:0% -150px;}
#tabs a:hover span {background-position:100% -150px;}
	  
</pre></body></html>