@charset "utf-8";
/* CSS Document */

.copyright {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.copyright a:link{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.copyright a:active{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.copyright a:visited{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.copyright a:hover{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #fe0000;
	text-decoration: underline;
}


