@charset "utf-8";
/* CSS Document */

.nav-text {
	font-family: Calibri;
	font-size: 16px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
.nav-text a:link {
	font-family: Calibri;
	font-size: 16px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
.nav-text a:visited {
	font-family: Calibri;
	font-size: 16px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
.nav-text a:hover {
	font-family: Calibri;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}
.nav-footer a:active {
	font-family: Calibri;
	font-size: 16px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}