<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #333333;
}
td, tr {
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	font-size: 12px;
	color: #000000;
}

h1 {
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	font-size: 30px;line-height: 1;
}


h2 {
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	font-size: 26px;
}


h3 {
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	font-size: 22px;
}


h4 {
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	font-size: 20px;
}


h5 {
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	font-size: 14px;
}


h6{
	font-family: "Lucida Grande","Arial Unicode MS", sans-serif;
	font-size: 11px;
}

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #333333;

}
body {
	margin-top: 0px;
}

.container
{
	width: 900px;;
	margin: 0px auto;
}

#sys_banner{
	width:900px;
	height:124px;
	padding:1px 0 0 0;
}

#sys_banner h1{
	padding-top: 25px;
	padding-left: 15px;
	text-decoration:none;
	color: #000000;
}

#sys_banner h1 a{
	text-decoration:none;
	color: #FFFFFF;
}
#sys_banner h1 a:hover{
	text-decoration:none;
	color: #CCCCCC;
}

#menu{
	float: left;
	width: 140px;
	margin: 0px;
	padding: 1em;
	text-align:left;
	overflow: hidden;
}
#menu ul {
	list-style: none;
	list-style-position:outside;
	font-size:larger;
	padding-left:0px;
	margin-left:0px;
}

#menu ul li {
	padding-bottom:14px;
}
#menu ul li a{
	padding-bottom:14px;
	text-decoration: none;
	font-size:14px;
	
}
 
#content{
	padding: 1em;
	width:690px;
	float:right;
	border-left: solid 1px #666666;
}

#full-content{
	padding: 1em;
	width:870px;
	margin-left:auto;
	margin-right:auto;
}

#footer{margin:10px;text-align:right;font-size:small;}

</pre></body></html>