<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #c5c7c8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.6em;
}
h1, h2, h3, h4 {
	color: #000;
	font-size: 30px;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0 0 10px 0;
}
h2, h3, h4 {
	font-size: 16px;
	margin: 30px 0 10px 0;
}
p {
	margin: 10px 0 20px 0;
}
p, li {
	color: #666;
}
a {
	color: #cf003d;
}
a:hover {
	color: #333;
}
#wrapper {
	width: 931px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../img/site/bg-wrapper.gif);
	padding-right: 11px;
	padding-left: 11px;
}
#header {
	height: 131px;
	background-image: url(../../img/site/bg-header-18.gif);
	background-repeat: no-repeat;
}
#header ul {
	padding: 100px 0 0 233px;
	margin: 0;
	list-style-type: none;
}
#header ul li {
	float: left;
	background-image: url(../../img/site/bg-header-li.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 5px;
	padding-left: 8px;
}
#header ul li.first {
	background-image: none;
}
#header ul li a {
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
}
#header ul li a:hover {
	text-decoration: underline;
}
#contentwrapper {
	overflow: hidden;
	background-image: url(../../img/site/bg-contentwrapper.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
#contentleft {
	width: 205px;
	height: 470px;
	float: left;
	background-image: url(../../img/site/bg-contentleft.gif);
	background-repeat: no-repeat;
}
#contentleft ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
	width: 165px;
	margin-top: 25px;
}
#contentleft ul li {
	background-color: #fff;
	text-align: right;
}
#contentleft ul li.first {
	background-color: transparent;
	background-image: url(../../img/site/bg-contentleft-first.png);
	background-position: left top;
	padding-top: 10px;
}
#contentleft ul li.last {
	background-color: transparent;
	background-image: url(../../img/site/bg-contentleft-last.png);
	background-position: left bottom;
	padding-bottom: 10px;
}
#contentleft ul li a {
	display: block;
	padding: 10px 0;
	font-size: 17px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}
#contentleft ul li.active a {
	color: #303;
}
#contentleft ul li a:hover {
	color: #cf003d;
}
#contentleft img {
	margin: 20px 0 0 40px;
}
#contentrightwrapper {
	background-image: url(../../img/site/bg-content-18.gif);
	width: 690px;
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	padding-top: 75px;
}
#contentright {
	float: right;
	width: 223px;
	margin-top: 44px;
}
#contentright h3 {
	font-weight: normal;
	font-size: 20px;
	color: #fff;
	margin: 10px;
}
#contentright ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 180px;
}
#contentright ul li a {
	display: block;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	border-top: 1px solid #fff;
	letter-spacing: 1px;
}
#contentright ul li a:hover {
	text-decoration: underline;
}
#content {
	width: 440px;
	overflow: hidden;
}
#content ul {
	margin: 20px;
	list-style-type: disc;
}
#footer {
	background-image: url(../../img/site/bg-footer.gif);
	background-repeat: no-repeat;
	height: 43px;
	width: 918px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px 0 0 35px;
	letter-spacing: 1px;
}
#footer,
#footer a {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#content ul.news {
	margin: 20px 0 50px 0;
	list-style-type: none;
	padding: 0;
}
#content ul.news a {
	text-decoration: none;
}
#content ul.news span {
	font-size: 10px;
	padding-right: 15px;
}
#searchnews {
	padding-bottom: 30px;
}
#searchnews input {
	padding: 5px;
	border: 1px solid #000;
	background-color: #eee;
	font-weight: bold;
}
#searchnews #q {
	margin: 10px 0 0 10px;
	width: 100px;
	background-color: #fff;
}</pre></body></html>