

/* FORMATTING THAT IS RELEVENT TWO OR MORE SCOUT PAGES */

  body { background-color: #FFFFFF; }

  /* this eliminates the need for border='0' in every linked image tag */
  img { border-style: none; }

  /* links (except for data class below */
  a:link { color: #9999CC; text-decoration: none; }
  a:visited, a:active { color: #666699; text-decoration: none; }
  a:hover { color: #666699; text-decoration: underline; }

  /* State and search page titles */
  div.title { color: #999999; font-size: 350%; font-weight: bold; text-transform: uppercase; }
  div.searchtitle { color: #999999; font-size: 250%; font-weight: bold;}

  /* Formats the jump box select list */
  hr { margin-left: 10px; margin-right: 10px; color: #9999CC; }
  
  /* Formats the jump box select list */
  #A { color: #9999CC; font-weight: bold; }
  #B { color: #333333; }
  #C { color: #999999; }

  /* Formatting for information displayed at bottom of index and form, also disclaimer */
  div.infotitle { color: #9999CC; font-size: 105%; font-weight: bold; margin: 0; text-align: center; }
  p.info { font-size: 75%; }
  #border { border-style: solid; border-width: 1px; border-color: #9999CC; width: 640px; }
  td.tabletitle { color: #333333; background-color: #C7C7E2; text-align: center; font-size: 150%; font-weight: bold; }
  #tablesubtitle { color: #000000; font-size: x-small; font-weight: normal;}
  #nomargin {  margin: 0; }

  /* copyright line */
  div.copyright { color: #9999CC; font-size: 70%; text-align: center; }

  /* Data tables */
  .data { text-align: center; }
  .data a:link {color: #000000; text-decoration: none;}
  .data a:visited {color: #000000; text-decoration: none;}
  .data a:active {color: #000000; text-decoration: none;}
  .data a:hover {color: #9999CC; text-decoration: underline;}
  tr.A { background-color: #FFFFFF; }
  tr.B { background-color: #E4E4E4; }

/* FORMATTING THAT IS SPECIFIC TO THE SCOUT FORM */
  input.submit { width: 70%; margin: 5px; }
  textarea { width: 90%; }
  #req { color: #990000; font-weight: bold; }

