<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#footer {
width : 990px;
min-height : 100px;
text-align : center;
background-image : url(../images/footer_bg.png);
background-repeat : no-repeat;
background-position : top center;
float : left;
}

#footer_box {
width : 220px;
padding: 6px 12px 6px 12px;
color : #ffffff;
text-decoration : none;
font-weight : bold;
text-align : left;
font-family : Arial;
font-size : 14px;
float: left;
}

#footer_box2 {
width : 220px;
padding: 6px 10px 6px 10px;
color : #ffffff;
text-decoration : none;
font-family : Arial;
font-size : 12px;
float: right;
color: #000000;
font-weight:normal;
}

ul.footer_box {
	list-style:none;
	margin:10px 5px 10px 5px;
	padding:0;  		
}
ul.footer_box li {
	margin-bottom:2px;	
}

ul.footer_box span {
	display:block;
  height: 18px;
	font-weight:bold;
	color: #03126b;
	text-decoration:none;	
	padding: 5px 0 0 0;
  margin: 0 0 12px 0;  
  border-bottom:1px dotted #000040;  		
}

a.href_footer {
	display:block;
	font-weight:normal;
	color: #000040;
	text-decoration:none;	
	padding:2px 5px 2px 10px;	  	
}

a.href_footer:active {	
	color : #2f33e5;
  text-decoration: underline;   	
}

a.href_footer:hover {	
	color : #2f33e5;
  text-decoration: underline;   	
}</pre></body></html>