@charset "utf-8";
/* CSS Document */

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
}
.copyright a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.copyright a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.copyright a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.copyright a:active {
	text-decoration: none;
	color: #FFFFFF;
