@charset "utf-8";
/* CSS Document */

#footerWrapper
{
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#footerWrapper .footer a
{
	color: #0F4470;
	text-decoration: none;
}
#footerWrapper .footer a:hover
{
	text-decoration: underline;
}

.footer 
{
	font-size: 10px; 
	color: #666; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

