@charset "UTF-8";
/* CSS Document */
.copyright {
	min-width:800px;
	text-align:center;
	font-size: 6pt;
	color: #999;
	font-family: verdana, tahoma, arial;
	line-height:35px;
}
.copyright a:link {
	color: #999;
	text-decoration:underline;
}
.copyright a:visited {
	color: #999;
}
.copyright a:hover {
	color: #999;
}
.copyright a:active {
	color: #999;
	text-decoration:underline;	
}