body {
  margin: 0px 0px 0px 0px;
  font-family: sans-serif;
  color: black;
  background: #0F426E;
  background-position: top left;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

th, td { /* ns 4 */
  font-family: sans-serif;
}


.hide { display: none }

/*
* For mouse over.  Also used on the menus as the color
* to change an option to after it has been clicked on
*/
@media screen {  /* hide from IE3 */
a:hover { background: #639ace }
}					

.c1{background: #D7D7FF;} /* Primary name color */
.c2{background: #FFDFFF;} /* primary value color */
.c3{background: #639ACE;} /* secondary name color */
.c4{background: #D1D1D1;} /* secondary value color */

