@charset "utf-8";
/* CSS Document */
.footer
{
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#656565;
	text-decoration:none;
	line-height:19px;
}
.footer a
{
	color:#656565;
	text-decoration:none;
}
.footer a:hover
{
	text-decoration:underline;
}