/* CSS Document */


/*FOOTER*/

#footer {
margin-top: 10px;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
color: #FFFFFF;
width: 960px;
padding: 0px;
}

#footer p {
font-size: 12px;
line-height: 20px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
		text-decoration: underline;
	color: #FFFFFF;
}
#footer a:visited{
	text-decoration: underline;
	color: #FFFFFF;
}
#footer a:hover{
	text-decoration: none;
	color: #80AE41;
}

#footer a:active{
	text-decoration: none;
	color: #FFFFFF;
}


