@charset "UTF-8";
.footerTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.footerLink:link {
	color: #FFFFFF;
	text-decoration: none;
}
.footerLink:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footerLink:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.copyrightTxt {
	color: #CCCCCC;
	text-decoration: none;
}

.copyrightLink:link {
	color: #CCCCCC;
	text-decoration: none;
}
.copyrightLink:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.copyrightLink:hover {
	color: #CCCCCC;
	text-decoration: underline;
}