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

