<!--
body {font-family:  arial; 
font-size:13px;
color: #000000;
line-height: 1.5;}

a {font-family:   arial;
text-decoration: underline;
font-weight: none;
font-size: 13px;
color:004185;}

a:hover {font-family:   arial;
color:#539dbc;
font-weight: none;
text-decoration: none;
}

ul {font-family:  arial;
font-size: 12px; 
list-style-type: disc;
}

table {font-family: arial; 
font-size:11px;
line-height: 1.5;
}

img { border: none;
}

.MENU {
	font-family: arial;
	font-size: 14px;
	text-decoration: none;
	font-weight: BOLD;
	color: #065870;
}
.ftxt2 {
	font-family: arial;
	font-size: 14px;
	text-decoration: none;
	font-weight: none;
	color: #065870;
}
.txtlink2 {
	text-decoration: none;
	font-weight: normal;
	font-size:11px;
}
.testtitle {
	font-family: arial;
	font-size: 12px;
	text-decoration: bold;
	font-weight: bold;
	color: #003366;
}
.tah11 {
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
}
.whtxt {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #ffffff;
}
.graytxt {
	font-family: arial;
	font-size: 14px;
	text-decoration: bolder;
	color: #62a4b4;
}
.smlrtxt {
	font-family: arial;
	font-size: 8px;
	text-decoration: none;
	font-weight: bold;
	color: #656768;
}
.smtxt {
	font-family: arial;
	font-size: 9px;
	text-decoration: none;
	font-weight: none;
	color: #656768;
}
.lgtxt {
	font-family: arial;
	font-size: 16px;
	color: #003366;
}
.lgtxt2 {
	font-family: arial;
	font-size: 16px;
	text-decoration: bold;
	color: #5b5e5e;
}
.lgtxt3 {
	font-family: arial;
	font-size: 14px;
	text-decoration: none;
	color: gray;
}
.lgtxt4 {
	font-family: arial;
	font-size: 14px;
	text-decoration: bold;
	color: #003366;
}
.faq1 {
	font-family: arial;
	font-size: 12px;
}
.pglink {
	font-family: arial;
	font-size: 12px;
	color: 1e1e4d;
}
.menudrop {
	font-family: arial;
	font-size: 11px;
	color: 054390;
}
.sitemap {
	font-family: arial;
	font-size: 11px;
	text-decoration: bold;
	color: #3B3939;
}
.newslink {
	font-family: arial;
	font-size: 9px;
	text-decoration: none;
	color: red;
}

td {
	font-family: arial;
	font-size: 12px;
	text-decoration: none;
	color: ##394750;
}
ul#menu {
  width: 200px;
  list-style-type: none;
  border-top: solid 1px #b9a894;
  margin: 0;
  padding: 0;
}

ul#menu ol {
  display: none;
  text-align: right;
  list-style-type: none;
  margin: 0;
  padding: 5px;
}

ul#menu li, 
  ul#menu a {
  font-family: arial, sans-serif;
  font-size: 15px;
  color: #f8c28c;
}

ul#menu li {
  border-bottom: solid 1px #b9a894;
  line-height: 20px;
}

ul#menu ol li {
  border-bottom: none;
}

ul#menu ol li:before {
  content: "- ";
}

ul#menu a {
  text-decoration: none;
  outline: none;
}

ul#menu a:hover {
  color: #539dbc;
}

ul#menu a.active {
  color: #be5028;
}
#popitmenu{
position: absolute;
background-color: white;
border:1px solid gray;
font: normal 11px Arial;
line-height: 18px;
z-index: 10;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 10px;
color: black;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #EFEDED;
}
.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: white;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: 13px arial;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: lightyellow;
width: 200px; /* default width for menu */
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: black;
color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 13px arial;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}



/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: gray;
visibility: hidden;
}
-->
