<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

#topmenu01 {
	width: 950px;
	height: 55px;
	margin: 0px auto;
	padding: 0px;
}

#topmenu01 .l {
	width: 315px;
	height: 55px;
	margin: 0px;
	padding: 0px;
	float: left;
}

#topmenu01 .r {
	width: 300px;
	height: 20px;
	margin: 20px 0px 10px 0px;
	padding: 0px;
	float: right;
	text-align: right;
	font-size: 8pt;
	line-height: normal;
}

#topmenu01 .r a:link, #topmenu01 .r a:visited {
	text-decoration: none;
	color: #000000;
}

#topmenu01 .r a:active, #topmenu01 .r a:hover {
	text-decoration: underline;
	color: #000000;
}

#topmenu02 {
	width: 950px;
	height: 45px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	clear: both;
	color: #FFFFFF;
	font-size: 14pt;
	text-align: center;
}

#topmenu02 a:link, #topmenu02 a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

#topmenu02 a:active, #topmenu02 a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}


#footer_info {
	width: 950px;
	height: 200px;
	margin: 0px auto;
	padding: 20px;
	font-size: 8pt;
	line-height: normal;
}</pre></body></html>