@charset "utf-8";
.navbarcompany a:link {
	font-family: Calibri;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
}
.navbarcompany a:visited {
	font-family: Calibri;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.navbarcompany a:active {
	font-family: Calibri;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}


.navbarcompany a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

