@media print {
    body .nav { display: none; } 
}

body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: white;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #424242;
  background-color: white;
}

@media screen and (min-width: 850px) {
  body {
   	width: 850px;
  	margin-left: auto;
    margin-right: auto;
  }
  body .hdr1black  {
    font-size: 30px;
  }
}

@media screen and (max-width: 400px) {
  body .datatable, .legendtable {
      font-size: 13px;
  }

  
}



.nav {
  display: flex;
  flex-wrap: nowrap;
  position: fixed;
  top: 0;
  width: inherit;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  border-bottom: 1px solid #191970;
  background-color: #191970;
}

.nav_div {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 2px;
  line-height: 18px;
}

.nav a {
  color: #FFFFFF;
}

.hdr1black  {
  font-weight: bold;
  font-size: 24px;
	text-align: center;
  padding-top: 12px;
  }

img {
      max-width: 100%;
    }

img.center {
 display: block;
 margin-left: auto;
 margin-right: auto;
}

div {
  padding-left: 5px;
  padding-right: 5px;
  background-color: inherit;
 }

.textsmall {
  font-size: 12px;
}

header {
  text-align: center;
 margin-left: auto;
 margin-right: auto;
  margin-top: 20px;
}

.flexdiv {
  
  display: flex;
  
  flex-wrap: wrap;
  
}

.textdiv {
  flex: 1;
}

.tablediv {
  flex: 1;
}

.datatable td:first-child, td:last-child, td:nth-last-child(2) {
    text-align: center;
}

.legendtable td:first-child {
    width: 15%;
}
.legendtable td:last-child {
    text-align: left;
}


.cellgray {
  background-color: #909090;
}
.cellgreen {
  background-color: #00ff00;
}
.cellred {
  background-color: #ff6000;
}
.cellblue {
  background-color: #9090ff;
}
.cellwhite {
  background-color: #ffffff;
}

.indent2 {
    margin-left: 25px;
    margin-right: 25px;
  }

a {
  text-decoration: none;
  color: blue;
}

a:hover {
  text-decoration: underline;
  color: red;
}


footer {
  text-align: center;
  font-size: 14px;
}

.menulink {
    text-align: center;
    font-size: 12px;
    color: lightskyblue;
    padding-top: 0;
  }

.headerimage {
 padding-bottom: 0;
}
