/* CSS Document */


.bottomlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: center;
}
.bottomlinks a:link, .bottomlinks a:visited {
	text-decoration: none;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.bottomlinks a:hover {
	text-decoration: underline;
	color: #CC6600;
	font-size: 9px;
}
.bottomlinks a:active {
	text-decoration: none;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
