@charset "UTF-8";
/* CSS Document */

a {
	font-size: 12px;
	color:#114455;
	font-weight:bold;
	text-decoration: underline;
}

.nav_link a {
	text-transform: uppercase;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color:#007f97;
	font-weight:bold;
}

a.orange:link {
	color: #ba5727;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}

a.orange:visited {
	color: #ba5727; 
	font-size: 12px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}
a.orange:hover {
	color:#ff5300;
	font-size: 12px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}
a.orange:active {
	color: #ba5727; 
	font-size: 12px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}

a.sublink:link {
	color: #ba5727;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}

a.sublink:visited {
	color: #114455; 
	font-size: 12px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}
a.sublink:hover {
	color:#007f97;
	font-size: 12px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}
a.sublink:active {
	color: #114455; 
	font-size: 12px;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
}

.bluetext_large {
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#00536d;
	line-height:20px;
	font-weight:bold;
	text-transform: uppercase;
}

.orangetext_med {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#c3622d;
	line-height:20px;
	font-weight:bold;
}

.bluetext_sm {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#00536d;
	line-height:18px;
	font-weight:bold;
}
