@charset "utf-8";
a {
 
 color: #004890;
 text-decoration:none;
} 
 
a:hover {
 color: #ed1c24; 
 text-decoration:underline;
}

.redlink a {
 
 color: #ed1c24;
 text-decoration:none;
} 
 
.redlink a:hover {
 color: #004890; 
 text-decoration:underline;
}

.black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

.blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #004890;
}

.blue8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #004890;
}

.black8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000000;
}

.white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #ffffff;
}

.red11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #ed1c24;
}

.mainbackground {
background:url(images/graphics/nav-bkgd.jpg);
background-repeat:no-repeat;
}

.navborder {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #707070;
}

.navborder2 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #707070;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #707070;
}

.navborder3 {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #707070;
}

.testimonial-border {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #707070;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #707070;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #707070;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #707070;
}
