/* top_link_bar.css */

a.link_bar:link {
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
}

a.link_bar:active {
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
}

a.link_bar:visited {
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
}

a.link_bar:hover {
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
