/* CSS Document */
#footerlinks a:link {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	color: #CCCCCC;
	font-size: 11px;
	text-decoration: none;
}
#footerlinks a:visited {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	color: #CCCCCC;
	font-size: 11px;
	text-decoration: none;
}
#footerlinks a:active {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	color: #CCCCCC;
	font-size: 11px;
	text-decoration: none;
}
#footerlinks a:hover {
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial;
	color: #CCCCCC;
	font-size: 11px;
	text-decoration: underline;
}