
/* GENERAL CSS */

  body { background-color: #FFFFFF; }

  hr { margin-left: 10px; margin-right: 10px; color: #9999CC; }

  a:link { color: #9999CC; text-decoration: none; }
  a:visited, a:active { color: #666699; text-decoration: none; }
  a:hover { color: #666699; text-decoration: underline; }

  img { border-style: none; border-width: 0; }

  #copyright { color: #9999CC; font-size: 70%; text-align: center; }
  
  #sec { color: #9999CC; font-size: large; font-weight: bold; margin-top: 20px; }

/* PAGE-SPECIFIC CSS */

  /* Form */
  #border { border-style: solid; border-width: 1px; border-color: #9999CC; padding: 5px; width: 640px; }
  #titlebox { color: #333333; background-color: #C7C7E2; text-align: center; font-size: 150%; font-weight: bold; padding: 5px; }
  #subtitle { font-size: 50%; }
  #req { color: #990000; font-weight: bold; }
  #submit { width: 70%; }
  textarea { width: 90%; }

  /* index page */
  #indexSec { font-size: larger; font-weight: bold; text-align: center; }
  #indexText { font-size: smaller; }

  /* state pages */
  #heading { text-transform:uppercase; text-align:center; font-size:300%; color:#999999; font-weight:bold; }
  #menttype { font-size: larger; text-align: center; }
  #name { text-transform: uppercase; text-align: center; font-size: 125%; font-weight: bold; margin-bottom: 5px; }
  ul { margin-top: 5px; margin-bottom: 5px; }
