/* DirectMail.com NAV CSS stylesheet
Do Not Edit Any Of The Styles Below
Thanks, Brandon */


.nav_blue_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2377bd;
	font-weight: bold; 
	text-decoration:none;
}

.nav_blue_title:hover {
	text-decoration: underline;
}

.nav_misc_blue_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2377bd;
	font-weight: bold;
	text-decoration: none;
}

.nav_misc_blue_title:hover {
	text-decoration: underline;
}

.nav_gray_link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #454545;
	font-weight: normal;
	text-decoration: none;
}

.nav_gray_link:hover {
	text-decoration: underline;
}