@charset "utf-8";
/* CSS Document */

.navLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4c4b4b;
	text-decoration: none; 
	
}
.navLink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #2f85bb;
	text-decoration: underline;
}

.navLinkImg:hover {
	text-decoration: none; 
}

.navLinkImg {
	text-decoration: none; 
}

a img {text-decoration: none;
} 