@charset "UTF-8";
/* CSS Document */

#footer 
{
    padding: 2px;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    color: #666666;
    text-align: center;
    clear: both;
}

#footer a:link, #footer a:active, #footer a:visited
{
	text-decoration: underline;
	color: #666666;
}

#footer a:hover
{
	text-decoration: underline;
	color: #999999;
}