
  body { color:black; margin:0; padding:0; border:0 }

  .white { color:white }
  .white a:link { color:white }
  .white a:visited { color:white }
  .white a:hover { color:fuchsia }
  .white a:active { color:fuchsia }

  .gold { color:gold }
  .gold a:link { color:gold }
  .gold a:visited { color:gold }
  .gold a:hover { color:fuchsia }
  .gold a:active { color:fuchsia }

  .blue { color:blue }
  .blue a:link { color:blue }
  .blue a:visited { color:blue }
  .blue a:hover { color:fuchsia }
  .blue a:active { color:fuchsia }

  .green { background:#006060; color:lightgrey }
  .green a:link { color:gold }
  .green a:visited { color:gold }
  .green a:hover { color:yellow }
  .green a:active { color:white }

  .gray { background:gray; color:darkmagenta }
  .gray a:link { color:purple }
  .gray a:visited { color:purple }
  .gray a:hover { color:fuchsia }
  .gray a:active { color:fuchsia }


  .pink { background:pink; color:darkmagenta }
  .pink a:link { color:purple }
  .pink a:visited { color:purple }
  .pink a:hover { color:fuchsia }
  .pink a:active { color:fuchsia }

  .dm { color:darkmagenta }
  .dm a:link { color:darkmagenta }
  .dm a:visited { color:darkmagenta }
  .dm a:hover { color:fuchsia }
  .dm a:active { color:fuchsia }

  .bg1 { background:darkmagenta; color:#d3d3d3 }
  .bg1 a:link { color:#d3d3d3 }
  .bg1 a:visited { color:#d3d3d3 }
  .bg1 a:hover { color:white }
  .bg1 a:active { color:yellow }

  .topheading { height:160 }
  .topheading { background:darkmagenta; color:#fff9cc }
  .topheading a:link { color:#fff9cc }
  .topheading a:visited { color:#fff9cc }
  .topheading a:hover { color:yellow }
  .topheading a:active { color:yellow }

  .bg2 { background:#cc66cc; color:maroon }
  .bg2 a:link { color:#ffd700; text-decoration:none; }
  .bg2 a:visited { color:#ffd700; text-decoration:none; }
  .bg2 a:hover { color:yellow; text-decoration:none }
  .bg2 a:active { color:yellow; text-decoration:none }

  .bg2a { background:#cc66cc; color:maroon }
  .bg2a a:link { color:yellow; text-decoration:none; }
  .bg2a a:visited { color:yellow; text-decoration:none; }
  .bg2a a:hover { color:white; text-decoration:none }
  .bg2a a:active { color:white; text-decoration:none }

  .bg3 { background:#bababa; color:#690069 }
  .bg3 a:link { color:#be00be }
  .bg3 a:visited { color:#be00be }
  .bg3 a:hover { color:fuchsia }
  .bg3 a:active { color:yellow }

  .bg3a { background:pink; color:#690069 }
  .bg3a a:link { color:#be00be }
  .bg3a a:visited { color:#be00be }
  .bg3a a:hover { color:fuchsia }
  .bg3a a:active { color:yellow }

  .bg4 { background:#8b478b; color:white }
  .bg4 a:link { color:white }
  .bg4 a:visited { color:white }
  .bg4 a:hover { color:yellow }
  .bg4 a:active { color:yellow }

  .bg4a { background:#9c589c; color:#fff9cc }
  .bg4a a:link { color:#fff9cc }
  .bg4a a:visited { color:#fff9cc }
  .bg4a a:hover { color:yellow }
  .bg4a a:active { color:yellow }

  .bg4g { background:#9c589c; color:gold }
  .bg4g a:link { color:gold }
  .bg4g a:visited { color:gold }
  .bg4g a:hover { color:yellow }
  .bg4g a:active { color:yellow }

  .bg5 { background:darkgray; color:darkmagenta }
  .bg5 a:link { color:#ff2266 }
  .bg5 a:visited { color:#ff2266 }
  .bg5 a:hover { color:fuchsia }
  .bg5 a:active { color:yellow }

  .bg6 { background:#8b478b; color:gold }
  .bg6 a:link { color:gold }
  .bg6 a:visited { color:gold }
  .bg6 a:hover { color:yellow }
  .bg6 a:active { color:yellow }

  .bg7 { background:darkgray; color:darkmagenta }
  .bg7 a:link { color:#be00be }
  .bg7 a:visited { color:#be00be }
  .bg7 a:hover { color:fuchsia }
  .bg7 a:active { color:yellow }

  .bg8 { background:#8b478b; color:#fff9cc }
  .bg8 a:link { color:#fff9cc }
  .bg8 a:visited { color:#fff9cc }
  .bg8 a:hover { color:yellow }
  .bg8 a:active { color:yellow }

  .bg9 { background:darkmagenta; color:#fff9cc }
  .bg9 a:link { color:#fff9cc }
  .bg9 a:visited { color:#fff9cc }
  .bg9 a:hover { color:yellow }
  .bg9 a:active { color:yellow }

  .bg9a { background:darkmagenta; color:#fff9cc }
  .bg9a a:link { color:gold }
  .bg9a a:visited { color:gold }
  .bg9a a:hover { color:yellow }
  .bg9a a:active { color:yellow }

  .bga { background:darkmagenta; color:#fff9cc }
  .bga a:link { color:gold }
  .bga a:visited { color:gold }
  .bga a:hover { color:yellow }
  .bga a:active { color:yellow }

  td { vertical-align: top; }
  td.a { vertical-align: top; font-style: normal }
  td.b { vertical-align: top; font-weight: bold }
  td.c { vertical-align: middle }
  td.z { vertical-align: bottom }

  .simpleForm form label {
   display: block;
   float: left;
   width: 200px;
  }
  .appSection label {
   display: block;
   float: left;
   width: 200px;
  }
  .appSection input {
   font-size: 11px;
  }
  .appSection label,
  .appSection input,
  .appSection select {
   margin-bottom:0;
  }
