/* CSS Document */
.bw_footer_links {
	font-family: Century Gothic, Arial;
	font-size: 9px;
	color: #020202;
	text-decoration: none;
	border: none;
}
.bw_footer_links:visited {
	font-family: Century Gothic, Arial;
	font-size: 9px;	
	color: #020202;
	text-decoration: none;
	border: none;
}
.bw_footer_links:hover {
	font-family: Century Gothic, Arial;
	font-size: 9px;
	color: #15a1ff;
	text-decoration: none;
	border: none;
	list-style-type: square;
}


.bw_footer_links_black {
	font-family: Century Gothic, Arial;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	border: none;
}
.bw_footer_links_black:visited {
	font-family: Century Gothic, Arial;
	font-size: 12px;	
	color: #999999;
	text-decoration: none;
	border: none;
}
.bw_footer_links_black:hover {
	font-family: Century Gothic, Arial;
	font-size: 12px;
	color: #15a1ff;
	text-decoration: none;
	border: none;
	list-style-type: square;
}

