body {
    font-family: Verdana;
    color: black;
    background: #e0e0e0 repeat-x top;
    font-size: 9pt
    text-align: left;
}

p {
    color: #555;
    font-size: 9pt;
    margin-top: 1pt;
    margin-bottom: 1pt;
    text-align: left;
}

.partners p {
    color: #000;
}

.faqheading {
	text-indent: 0pt;
	font-style: italic;
}
.listhead {
	color: #292a76;
	font-family: Verdana;
	font-weight: bold;
	font-size: 10pt;
	vertical-align: middle;
	text-align: right;
}

table.alt tr.smalllisthead td {
	color: white;
	font-family: Verdana;
	font-weight: bold;
	font-size: 8pt;
	background-color: #B31B1B;
	vertical-align: middle;
	padding-top: 1px;
	padding-bottom: 2px;
}

table.alt tr.b0 td {
	color: black;
	font-size: 8pt;
	text-align: left;
	vertical-align: top;
	padding: 2px;
	background-color: #EFEFEF;
	font-style: normal;
}

table.alt tr.b1 td {
	color: black;
	font-size: 8pt;
	text-align: left;
	vertical-align: top;
	padding: 2px;
	font-style: normal;
}

.note {
	color: #444444;
	font-size: 8pt;
	font-style: italic;
	text-align: right;
}

.copyright {
	color: #666666;
	font-family: Verdana;
	font-weight: normal;
	font-size: 8pt;
	vertical-align: middle;
	padding-bottom: 1px;
}
a:link {
	color: #292a76;
}
a:visited {

}
a:hover {
	color: #B31B6B;
}
a:active {
	color: #9A9A92;
}
a.nav:link {
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 9pt;
	text-align: center;
}
a.nav:visited {
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 9pt;
	text-align: center;
}
a.nav:hover {
	color: #FF9800;
	font-weight: bold;
	text-decoration: none;
	font-size: 9pt;
	text-align: center;
}
a.nav:active {
	color: #D68800;
	font-weight: bold;
	text-decoration: none;
	font-size: 9pt;
	text-align: center;
}

span {
	color: #9A9A92;
	font-weight: bold;
	text-decoration: none;
	font-size: 9pt;
	text-align: center;
}

.partners span {
    color: #000;
    font-weight: normal;
    text-decoration: underline;
}

@charset 'UTF-8';
/* Starter CSS for Flyout Menu */
#cssmenu,
#cssmenu ul,
#cssmenu li #cssmenu a {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 14px;
  font-family: Helvetica;
  line-height: 1;
}
#cssmenu {
  width: auto;
}
#cssmenu ul {
  zoom: 1;
  background: #a7bc7a url(pattern.png) top left repeat;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #839b4e;
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
#cssmenu ul:before {
  content: '';
  display: block;
}
#cssmenu ul:after {
  content: '';
  display: table;
  clear: both;
}
#cssmenu a,
#cssmenu a:link,
#cssmenu a:visited {
  padding: 15px 20px;
  display: block;
  text-decoration: none;
  color: #ffffff;
  text-shadow: 0 -1px 1px #586835;
  border-right: 1px solid #839b4e;
}
#cssmenu a:hover {
  color: #586835;
  text-shadow: 0 1px 1px #bdcd9c;
}
#cssmenu li {
  float: left;
  border-right: 1px solid #b2c58b;
}
#cssmenu li:hover {
  background: #9cb369 url(pattern.png) top left repeat;
}
#cssmenu li:first-child {
  border-left: none;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
