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

.bottomlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

.bottomlinks:link {
	color: #999999;
	text-decoration: none;
}

.bottomlinks:active {
	color: #666666;
	text-decoration: none;
}

.bottomlinks:visited {
	color: #666666;
	text-decoration: none;
}

.bottomlinks:hover {
	color: #666666;
	text-decoration: underline;
}
