/* Site Link Styles */

a:link {color: #FF5200}
a:active {color: #FF5200}
a:hover {
	color: #36F
}
a:visited {
	color: #CCC
}

/* Body Text, Titles, Caption and Frame styles */

.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #4A4A4A;
	line-height: 17pt;
	text-align: justify;

}

.title {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 18pt;
	font-weight: normal;
	color: #FF5200;
}
.titleSub {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12pt;
	color: #FF5200;
}
.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
}
.frame {
	border: 1px solid #000000;
	margin-top: 14px;
}


/* styles for Main Navigation */

.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #051844;  /* #12244D; */
}
a.navigation:link, a.navigation:visited {
	color: #051844;
	text-decoration: none;
}
a.navigation:active, a.navigation:hover {
	color: #FF5200; 
	text-decoration: underline;
}


/* styles for Sub-navigation */

.subnavTitle {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10pt;
	color: #4A4A4A; 
	height: 30px;
	padding-left: 26px;
	padding-top: 7px;
}
.subnavLink {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 9pt;
	color: #FF5200;
	padding-top: 4px;
	padding-bottom: 4px;
}
a.subnavLink:link, a.subnavLink:visited {
	text-decoration: none;
	color: #FF5200;
}
a.subnavLink:active, a.subnavLink:hover {
	color: #051844; 
	text-decoration: underline;
}


/* styles for footer */

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
}
a.footer:link, a.footer:visited {
	color: #666666;
	text-decoration: none;
}
a.footer:active, a.footer:hover {
	color: #333333; 
	text-decoration: underline;
}

/* styles for Homepage Promo boxes */

.promoTitle01 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 13pt;
	color: #051844;
}
.promoTitle02 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12pt;
	color: #FF5200;
}
.promoBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
}
a.promoBody:link, a.promoBody:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.promoBody:active, a.promoBody:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.promoBodyBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	line-height: 15pt;

}
.tableSpacer {
	margin-top: 30px;
	margin-bottom: 30px;
}
.tagline {

	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16pt;
	font-weight: normal;
	color: #A7ABAC;
}
