/* style for table borders */
.border { border: 2px solid #064551; }


h1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #0471AA;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
}


h2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #0471AA;
  margin-top: 0px;
  margin-bottom: 0px;
}
h3 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #C11300;
  margin-top: 0px;
  margin-bottom: 0px;
}

.shout, .heading {
  font-size: 14px;
  font-weight: bold;
  color: #0471AA;
  text-align: left;
}

a {color: #064551; }
a:visited {color: #009999; }


.formhedr {
  font-family: Verdana, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #064551;
  background-color: #cbe8ee; /* #c5e4e9; */
  margin-top: 0px;
  margin-bottom: 0px;
}

/* below sets the standard paragraph text for the page */
p, td {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #064551;
  margin-top: 0px;
  margin-bottom: 0px;
}

.bodytxt {
  font-weight: bold;
}

.tinynote {
  font-size: 9px;
}

body { background-color: #0A8CA4;  }

.topmenu {
	background-color: #a2d1db;
  color: #064551;
  font-family: arial,sans-serif;
  font-size: 13px;
  font-weight: bold;
  border-bottom: thin solid #004a55;
}
.topmenu a { color: #064551; text-decoration: none; }
.topmenu a:link { color: #064551; }
.topmenu a:visited { color: #064551; }
.topmenu a:active { color: #FF0000; }
.topmenu a:hover { color: #2d8591; background: #dbf5f6;}
.topmenu .this { color: #2d8591; background: #dbf5f6; }

/* class for bold green anchors on form descriptions */
.flink {
  color: #064551;
  text-decoration: underline;
  font-family: verdana, sans-serif;
 font-size: 12px;
  font-weight: bold;
}
.flink:link    { color: #0080C0; }
.flink:visited { color: #064551; }
.flink:active  { text-decoration: none; }
.flink:hover   { color: #0000FF; }

/* class for bottom navigation */
.blink {
  color: #064551;
  text-decoration: underline;
  font-family: verdana, sans-serif;
  font-size: 11px;
  font-weight: normal;
}
.blink:link    { color: #0080C0; }
.blink:visited { color: #064551; }
.blink:active  { text-decoration: none; }
.blink:hover   { color: #0000FF; }

/*  */
.bottom {
  color: #064551;
  text-decoration: underline;
  font-family: verdana, sans-serif;
  font-size: 11px;
  font-weight: normal;
}
.bottom:link    { color: #0080C0; }
.bottom:visited { color: #064551; }
.bottom:active  { color: #f7f7f7; }
.bottom:hover   { color: #0000FF; }

/* sets the footer and copyright styles */
.footer {
  color: #064551;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
}

/* IE scrollbar definitions */
body  {
	scrollbar-face-color:#0A8CA4;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#ffffff;
	scrollbar-shadow-color:#064551;
	scrollbar-highlight-color:#064551;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-Color:#064551;
	scrollbar-width: 40px;
}

html {
  	scrollbar-face-color:#0A8CA4;
	scrollbar-arrow-color:#ffffff;
	scrollbar-track-color:#ffffff;
	scrollbar-shadow-color:#064551;
	scrollbar-highlight-color:#064551;
	scrollbar-3dlight-color:#ffffff;
	scrollbar-darkshadow-Color:#064551;
	scrollbar-width: 40px;
}
