.navblue
{
	font-size: 14px; font-weight: normal;
	color: #3A5AA7;	
	text-decoration: none;
}

.navblue:hover
{
	
	font-size: 14px; font-weight: normal;
	color: #3A5AA7;
	text-decoration: underline;
}

.navgray
{
	font-size: 14px; font-weight: bold;
	color: #555555;	
	text-decoration: none;
}

.navgray:hover
{
	
	font-size: 14px; font-weight: bold;
	color: #555555;
	text-decoration: underline;
}