body {
  background-image: URL(images/background.jpg);
  background-repeat: no-repeat;
  margin: 0in;
  scrollbar-3d-light-color:#999999;
  scrollbar-arrow-color:white;
  scrollbar-base-color:gray;
  scrollbar-dark-shadow-color:navy;
  scrollbar-face-color:  #608DB0;
  scrollbar-highlight-color:#999999;
  scrollbar-shadow-color: black;
}

a {
  background-color:  #608DB0;
  border: 1px black solid;
  color: white;
}

A:visited {
  color: white;
}

A:active {
  color: white;
  font-weight: bold;
  background-color: orange;
}   

A:hover {
  background: lightblue;
  font-weight: bold;
  color: black;
}

form {
  margin: 10px;
}

table { 
  table-layout: auto;
  margin: 0;
  border: 0;
  padding: 0;
}

table td {
  vertical-align:top;
}

INPUT.text {
  BORDER-RIGHT: black 1px solid;
  BORDER-TOP: black 1px solid;
  FONT-SIZE: 9pt;
  BACKGROUND:  #608DB0;
  BORDER-LEFT: black 1px solid;
  BORDER-BOTTOM: black 1px solid;
}

select {
  font-size: 8pt;
  width: 150px;
}

option {
  background-color:  #608DB0;
  color: black;
}

table.nav {
  \Filter: alpha(opacity=75);
  background-color:white;
  text-align:center;
  padding:0px;
  border:1px solid black;
  border-collapse: collapse;
  border-spacing: 0px
}

.heading {
  font-style: italic;
  font-weight: bold;
}

table.nav th {
  padding: 4px;
  height: 15px;
  font-size: 10pt;
  color: white;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
  //background-color: #608DB0;
  background-color: #487091;
}

.nav a {
  font-size: 10pt;
  font-weight:bold;
  border: 1px solid black; 
  margin: 2px; 
  width: 150px; padding: 2; 
  text-decoration: none; 
  text-align:center;
  background: #608DB0;
}

table.info th {
  border: 1px solid black;
  font-weight: bold; 
  font-size: 12px;
  text-align:left;
  vertical-align:top;
  color: black;
  background-color: #eeefff;
}

.info caption {
  font-weight:bold;
}

table.info td {
  font-size: 13px;
  vertical-align:top;
}
