a.copyright {font-size: 11px; font-family: verdana; color: #343434; text-decoration: underline; line-height: 140%;}
a.copyright:hover {background-color: #EADCCC; color: #343434; font-weight: normal; text-decoration: none; line-height: 140%;}
a.copyright:visited {font-size: 11px; font-family: verdana; line-height: 140%;}

a.quicklink-title {font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #7297C9; text-decoration: underline; line-height: 140%;}
a.quicklink-title:hover {background-color: #EADCCC; color: #7297C9; font-weight: normal; text-decoration: none; line-height: 140%;}
a.quicklink-title:visited {font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 140%;}

a.body {font-size: 9pt; font-family: verdana; font-weight: normal; font-style: normal; color: #616C80; text-decoration: underline; line-height: 140%;}
a.body:hover {background-color: #EADCCC; color: #616C80; font-weight: normal; text-decoration: none; line-height: 140%;}
a.body:visited {font-size: 9pt; font-family: verdana; color: #616C80; line-height: 140%;}

a.bodysm {font-size: 9pt; font-family: verdana; font-weight: normal; font-style: normal; color: #616C80; text-decoration: underline; line-height: 140%;}
a.bodysm:hover {background-color: #EADCCC; color: #616C80; font-weight: normal; text-decoration: none; line-height: 140%;}
a.bodysm:visited {font-size: 9pt; font-family: verdana; color: #616C80; line-height: 140%;}

a.ticker {font-size: 11pt; font-family: verdana; font-weight: normal; font-style: normal; color: #616C80; text-decoration: underline; line-height: 140%;}
a.ticker:hover {background-color: #EADCCC; color: #616C80; font-weight: normal; text-decoration: none; line-height: 140%;}
a.ticker:visited {font-size: 11pt; font-family: verdana; color: #616C80; line-height: 140%;}


a.nav {font-size: 11px; font-family: verdana; font-weight: normal; font-style: normal; color: #616C80; text-decoration: underline; line-height: 140%;}
a.nav:hover {background-color: #EADCCC; color: #616C80; font-weight: normal; text-decoration: none; line-height: 140%;}
a.nav:visited {font-size: 11px; font-family: verdana; color: #616C80; line-height: 140%;}

a.call-to-action {font-size: 11pt; font-family: verdana; font-weight: 500; font-style: normal; color: #616C80; text-decoration: underline; line-height: 140%;}
a.call-to-action:hover {background-color: #EADCCC; color: #616C80; font-weight: 500; text-decoration: none; line-height: 140%;}
a.call-to-action:visited {font-size: 11pt; font-family: verdana; color: #616C80; line-height: 140%;}

.copyright {font-size: 11px; font-family: verdana; font-weight: normal; font-style: normal; color: #343434; text-decoration: none;}
.notice {font-size: 8pt; font-family: verdana; font-weight: normal; font-style: normal; color: #343434; text-decoration: none;}
.highlights {font-size: 11px; font-family: verdana; font-weight: normal; font-style: normal; color: #343434; text-decoration: none;}
.highlights-ttl {font-size: 14px; font-family: verdana; font-weight: 500; font-style: normal; color: #343434; text-decoration: none;}
.body {font-size: 9pt; font-family: verdana; font-weight: normal; color: #343434; text-decoration: none; }
.body_title {font-size: 12pt; font-family: verdana; font-weight: 600; color: #343434; text-decoration: none; }
.body_titlesm {font-size: 10pt; font-family: verdana; font-weight: normal; color: #343434; text-decoration: none; }
.bodysm {font-size: 9pt; font-family: verdana; font-weight: 500; color: #343434; text-decoration: none; }
.body_subtitle {font-size: 10pt; font-family: verdana; font-weight: 500; font-style: italic; color: #343434; text-decoration: none; }
.call-to-action {font-size: 11pt; font-family: verdana; font-weight: 500; color: #343434; text-decoration: none; }
.call-to-action_sm {font-size: 11pt; font-family: verdana; font-weight: 500; color: #343434; text-decoration: none; }
.nav_global {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #fff; text-decoration: none; white-space: nowrap; }
.quicklink-main-title {font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; color: #343434; text-decoration: none;}
.quicklink-description {font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; color: #343434; text-decoration: none;}
.form_dropdown {width:185px}
.form_button {font-size: 12px; width: 150px; font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: normal; color: #343434; text-decoration: none;}



/* ********** Begin nav_global CSS **********  */

#nav, #nav ul {
	float: left;
	width: 100%;
	list-style: none;
	background: #88A1CC;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #fff;
    text-decoration: none;
	padding: 1pt;
    margin: 1pt;
}

#nav a {
	display: block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #fff;
    text-decoration: none;
    padding: .5pt;
    margin: 1.2pt;
}

#nav a.arrow {
	background: url('../images/rightarrow.gif') no-repeat right;
}

#nav li {
	float: left;
    padding: 0;
   	width: auto;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 130px;
	font-weight: normal;
	margin: 0pt;
}

#nav li li {
	padding-right: 0;
	width: auto;
}

#nav li ul a {
	width: 130px;
}

#nav li ul ul {
	margin: -3em 0 0 133px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #616c80;
}

/* **********  End nav_global CSS **********  */