﻿
.footer
{
	 width : 951px;
	 height : 124px;
	 display : block;
	 clear : both; 
	 padding : 0px;
	 margin : 0px; 
}
	 
	 
.footer ul 
{
	 list-style-type : none;
	 margin-top: -85px;
	 padding-left : 0px;
	 margin-left: 0px;
	 padding-bottom : 0px;
	 text-align : justify;
	 height : auto;
	 border : none;
}


.footer ul li 
{
	 display : inline;
	 padding-right : 10px;
} 


.footer ul li a:link, .footer ul li a:visited
{
	 text-decoration : none;
	 color : #F7FAFC;
	 font-family :  arial;
	 font-size : 8pt;
	 font-weight : normal;
	 font-style : normal;
}


.footer ul li a:hover 
{
	 text-decoration : underline;
	 color : #FFFFFF; 
	 font-family :  arial;
	 font-size : 8pt;
	 font-weight : normal;
	 font-style : normal;
} 

