<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
#footer{	
	float: left;
	width: 100%;
	margin: 0;
	color: #4f4f4f;
	padding: 20px 0 30px 0;
	background: #ffffff;	
	line-height: 15px;
	font-size: 11px;
}	



.footer-links{
	float: left;
	width: 970px;
	height: 32px;
	padding: 0px 0 0 20px;
	background: url(../images/footer_left_bg.jpg) no-repeat top left #2d4452; 
}

.footer-links .l{
	padding: 9px 0 0 0;
}

.footer-links .l a{
	color: #ffffff;
	border: 0;
	font-weight: normal;
	text-decoration: none;
	padding: 0 10px 0 10px;
}

.footer-links .l img{
	position: relative;
	top: -1px;
}

.footer-links .l a:hover{
	text-decoration: underline;
}

.footer-links .r{
	width: 11px;
	height: 32px;
	background: url(../images/footer_right_bg.jpg) no-repeat top right #ffffff;
}

#footer  .left{
	float: left;
	width: 440px;
	padding-top: 30px;
}

#footer .left a, #footer .right a{
	color: #5a5a5a;
	font-weight: normal;
	font-size: 11px;
	border: none;	
}	

#footer .left a:hover{
	text-decoration: underline;
}


#footer .right{
	float: right;
	width: 200px;	
	text-align: right;
	padding-top: 15px;
}

#footer .right .txtr{
	float: right;
	width: 80px;	
	padding: 15px 10px 0 0;
}
</pre></body></html>