.copyright {
	text-align: center;
	display: block;
	font-size: 9pt;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 60px;
	margin-left: auto;
	height: 16px;
	width: 290px;
	text-indent: -999em;
	padding: 0px;
}

a.copyright {
	background-image: url(images/copyright.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

a:hover.copyright {
	background-image: url(images/copyright_on.gif);
	background-repeat: no-repeat;
	background-position: center top;
}


a {
	color: #3399FF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:hover {
	color: #FF9900;
}
