<style type="text/css">
<!--
  
  BODY {
    color: #FFFFCC;
    font-family: sans-serif;
    font-size: 12px;
		background-color: black;
  }
  TABLE {
    color: #FFFFCC;
    font-family: sans-serif;
    font-size: 12px;
  }
  A {
    color: #ff0000;
    text-decoration: none;
  }
  A:hover {
    color: #cc9900;
    text-decoration: none;
  }
  
	.formButton {
    background-color: ffeecc;
    font-family: sans-serif;
    font-size: 12px;
    width: 220px;
	}
	.formText {
    background-color: ffeecc;
    font-family: sans-serif;
    font-size: 12px;
    width: 220px;
	}
	.formLongText {
    background-color: ffeecc;
    font-family: sans-serif;
    font-size: 12px;
    width: 220px;
		height: 110px;
	}
  .navLogin {
    background-color: #660000;
		color: #cccc99;
    font-family: sans-serif;
    font-size: 12px;
    width: 120px;
    border: 1px solid #cc3333;
  }
  .navLoginSubmit {
    background-color: #660000;
		color: #cccc99;
    font-family: sans-serif;
    font-size: 12px;
    width: 120px;
    border: 1px solid #cc3333;
  }
  
  .lightRow {
    background-color: #440000;
  }
  .mediumRow {
    background-color: #330000;
  }
  .darkRow {
    background-color: #993333;
  }
  .headRow {
    background-color: #CC3333;
  }
  .footRow {
    background-color: #660000;
  }
  .menuHead {
    background-color: #990000;
  }
  .menuRow {
    background-color: #660000;
    width: 100%;
  }
  .menuRow:hover {
    background-color: #cc0000;
    color: black;
  }
  .menuRow:hover a {
    background-color: #cc0000;
    color: black;
  }
  
  H1 {
    font-family: sans-serif;
    font-size: 14px;
    margin-top: 2;
    margin-bottom: 2;
    padding-top: 2;
    padding-bottom: 2;
    color: white;
  }
  H2 {
    font-family: sans-serif;
    font-size: 14px;
    margin-top: 2;
    margin-bottom: 2;
    padding-top: 2;
    padding-bottom: 2;
    color: white;
  }
  
  .lowEmphasis {
    color: #BBAAAA;
    font-family: sans-serif;
    font-size: 11px;
  }
  .mediumEmphasis {
    color: #FFFFCC;
    font-family: sans-serif;
    font-size: 12px;
  }
  .highEmphasis {
    color: #FFFFCC;
    font-family: sans-serif;
    font-size: 14px;
  }
  B {
    color: #FFFFCC;
    font-family: sans-serif;
    font-size: 13px;
  }
-->
</style>
