/*generic font*/
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #0D1F61;
}

/*main navigation text*/
.nav1text {
	color: #FFFFFF;
	text-decoration: none;
}
a.nav1text:link {
}
a.nav1text:hover {
	color: #0A94D6;
}
a.nav1text:visited {
}

/*main navigation*/
.nav1Off {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.7em;
	font-weight: bold;
	padding-left: 8px;
	padding-right: 8px;
}

a.nav1:link {
}
a.nav1:hover {
	color: #0A94D6;
}
a.nav1:visited {
}

/*main navigation - over*/
.nav1Ovr {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.7em;
	font-weight: bold;
	background-color: #84c9ea;
	padding-left: 8px;
	padding-right: 8px;
	cursor: hand;
}

a.nav1current:link {
}
a.nav1current:hover {
	color: #0D1F61;
}
a.nav1current:visited {
}

/*main navigation - current*/
.nav1Cff {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.7em;
	font-weight: bold;
	background-color: #0a93d5;
	padding-left: 8px;
	padding-right: 8px;
}

/*main navigation - current over*/
.nav1Cvr {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.7em;
	font-weight: bold;
	background-color: #84c9ea;
	padding-left: 8px;
	padding-right: 8px;
	cursor: hand;
}

/*sub navigation text*/
.nav2text {
	color: #0c1f63;
	text-decoration: none;
}
a.nav2text:link {
}
a.nav2text:hover {
/*	color: #ff0000;	 */
/*	color: #0a93d5;  */
}
a.nav2text:visited {
}

/*sub navigation*/
.nav2Off {
	color: #0c1f63;
	text-decoration: none;
	font-weight: bold;
	padding-right: 8px;
	padding-left: 8px;

}
a.nav2:link {
}
a.nav2:hover {
	color: #0D1F61;
}
a.nav2:visited {
}

/*sub navigation - over*/
.nav2Ovr {
	color: #0a93d5;
	text-decoration: none;
	background-color: #b5dff2;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: bold;
	cursor: hand;
}

a.nav2current:link {
}
a.nav2current:hover {
	color: #0A94D6;
}
a.nav2current:visited {
}

/*sub navigation - current*/
.nav2Cff {
	color: #0c1f63;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: bold;
}

/*sub navigation - current over*/
.nav2Cvr {
	color: #0a93d5;
	text-decoration: none;
	background-color: #b5dff2;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: bold;
	cursor: hand;
}

/*footer navigation*/
.nav3 {
	color: #0a93d5;
	text-decoration: none;
	padding-left: 20px;

}
a.nav3:link {
}
a.nav3:hover {
	color: #FFFFFF;
}
a.nav3:visited {
}

/*body links*/
.bodyLink {
	color: #0A94D6;
	text-decoration: none;

}
a.bodyLink:link {
}
a.bodyLink:hover {
	color: #0D1F61;
}
a.bodyLink:visited {
}

/*footer links*/
.footerLink {
	color: #006699;
	text-decoration: none;
}
a.footerLink:link {
}
a.footerLink:hover {
	color: #0D1F61;
}
a.footerLink:visited {
}

/*sitemap links*/
.sitemapLink {
	color: #006699;
	text-decoration: none;
	line-height: 0px;

}
a.sitemapLink:link {
}
a.sitemapLink:hover {
	color: #0D1F61;
}
a.sitemapLink:visited {
}

/*page title*/
.heading1 {
	color: #0c1f63;
	font-size: 1em;
	font-weight: bold;
	padding-top: 24px;
	padding-right: 20px;
	padding-bottom: 24px;
	padding-left: 20px;

}
.body {
	color: #0c1f63;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.headerText {
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 5px;

}
.quote {
	font-size: 0.8em;
	color: #FFFFFF;
	padding: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;

}


.quotelink {
	color: #0a93d5;
	text-decoration: none;
}
.quote2 {

	font-size: 0.8em;
	color: #0c1f63;
	padding: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.bodySuper {
	vertical-align: super;
	font-size: 0.7em;

}
