/* **************************************************************************/
/* This Section general HTML Pages (Not In Module) Definition */

.blue-top {
   margin-top: -30px;
   margin-left: -10px;
   margin-right: -10px;
   width: auto;
   background-color: #9EAFC1;
   height: 70px;
}

.mainheader {
   margin-top: 30px;
   font-size: large;
   color: white;
   font-weight: bold;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   margin-left: 20px;
}

.dark-border {
   margin-top: 38px;
   width: auto;
   background-color: #7890AC;
   height: 10px;
}

body
{
    FONT-SIZE: 10pt;
    COLOR: black;
    FONT-FAMILY: Verdana
}

h4 {
   FONT-SIZE: large;
   font-weight: bold;
   color: navy;
   text-transform: uppercase;
}

h5 {
  font-size: small;
  font-weight: bold;
}






