#contactForm {
  display:none;
  width:400px;
  border:1px dashed #999999;
  z-index:900;
  background:#ffffff;
  position:absolute;
  margin:auto;
  padding:30px

}


.formfieldLabel {
  font-weight:bold;

}

.formfield {
  background:#ffffcc;
  color:#000000;
  font-family:sans-serif;
}

fieldset {
  border:1px solid #999999;
}

legend {
  font-size:12pt;
  color:#114477;
  padding-left: 10px;
  padding-right:10px;
  font-weight:bold;
}


p {
margin-top:4px;
margin-bottom:14px;
margin-left: 6px;
margin-right: 6px;
font-family:sans-serif;
font-size:10pt;
line-height:120%;
}

a.nohovercolor:hover {
background:transparent;
}

html {
  background-color: #195b8e;

}

body {
  background-color: #195b8e;
  font-size:10pt;
  font-family:sans-serif;
  margin:0px 0px 0px 0px;
}

pre {
margin-left: 10px;
font-size:10pt;
font-family:sans-serif;
}

td {
margin-left: 6px;
font-size:10pt;

font-family:sans-serif;

}


h2 {

margin-left: 8px;
color: black;
text-align: left;
font-size: 18pt;
font-family: sans-serif;

}



h3 {
margin-left: 10px;
color: black;
text-align: left;
font-size: 14pt;
font-family:sans-serif

}



h4 {
margin-top:12px;
margin-left: 0px;
color: #244d8a;
text-align: left;
font-size: 12pt;
font-family:sans-serif
}

a.footerlink:link, a.footerlink:visited {
  color:#94bad7;
}

a.emailLink:link, a.emailLink:visited {
  color:#94bad7;
}


a:link {
  color: #003366;
}

a:visited {
  color: #666666;
}

a:hover {
background: #006db9;
color: #ffffff;
}




ul{
color: #000000;
font-size: 10pt;
font-family: sans-serif
}

