html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  }

* html body {
  width: 100%;
  height: 100%;
  }
  
body {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: #808080;
  background-color: #FFFFFF;
  }
  
  
h1,h2,h3,h4,h5,h6 { color:#FFFFFF; font-weight:bold; margin: 0 0 0.25em 0; }
h1 { font-size: 16px; } 
h2 { font-size: 14px; }                     /* 20px */
h3 { font-size: 13px; }                        /* 18px */
h4 { font-size: 13px; }                     /* 16px */
h5 { font-size: 12px; }                     /* 14px */
h6 { font-size: 12px; }  /* 14px */
  
p {
  font-size: 11px;
  color: #FFFFFF;
  }
  
a, a:active, a:visited, a:hover {
  font-size: 11px;
  color: #FFFFFF;
  text-decoration: none;
  }
a:hover {
  text-decoration: underline;
  }

#topNav {
  /*width: 930px;*/
  height: 40px;
  text-align: left;
  margin-top: -40px;
  overflow: hidden;
  font-size: 11px;
  color: #808080;
}

  #topNav a, #topNav a:active, #topNav a:visited, #topNav a:hover {
    font-size: 11px;
    color: #808080;
    text-decoration: none;
    margin-left: 10px;
    }

  #topNav a:hover {
    color: #b5033f;
    text-decoration: none;
    }
  #topNav a.current {
    font-weight: bold;
    color: #b5033f;
  }

td#page {
  background-color:#FFFFFF;
  width:100%; 
  height:100%; 
  padding:5px; 
  padding-top:40px; 
  margin:0;
}


.clearer {
  display: block;
  clear: both;
  height: 1px;
  margin-top: -1px;
  overflow: hidden;
  font-size: 0px;
}

div#flashDivContainer {
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  min-width: 970px;
  min-height: 640px;
  background-color: #FFFFFF;
}

div#flashDiv {
  clear: both;
  margin: auto auto;
  width: 100%;
  height: 100%;
  min-width: 980px;
  min-height: 640px;
  background-color: #808080;
}