@charset "UTF-8";
/* CSS Document */

a:active {
	font-size: 10px; color: #666; font-style: normal; font-family: verdana, sans-serif; text-decoration: none;
}
a:visited {
	font-size: 10px; color: #666; font-style: normal; font-family: verdana, sans-serif; text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#footerlinks {
	font-size: 10px;
	color: #666;
}


.footerLinks {
	font-size: 10px;
}
.footerLinks a:link {
	color: #666;
	text-decoration: none;
}
.footerLinks a:visited {
	text-decoration: none;
}
.footerLinks a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active.footerLinks {
	text-decoration: none;
	color: #CCC;
}
.copyrigtfooter {
	font-size: 10px;
	color: #999;
}

