/* CSS Document */

BODY {
  margin: 0px;

  background-color: #000000;
  background-image: url(../images/bg.gif);
  background-repeat: repeat;
  background-position: center;
  background-attachment: fixed;
  
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  }

/*TABLE.black {
  background-color: #000000;
  width: 1000px;
  height: 100%;
  }*/

/*TABLE.page TD {
  height: 100%;
  }*/

TABLE.page {
  width: 1000px;
  /*height: 100%;*/
  background-color: #000000;
  /*border: 2px solid #454547;*/
  border-top: none;
  }

TABLE.page TD.nav {
  width: 225px;
  vertical-align: top;
  text-align: left;
  padding: 20px;
  padding-top: 40px;
  color: #FFFFFF;
  }

TABLE.page TD.nav P {
  line-height: 8px;
  
  }

TABLE.page TD.nav A {
  color: #999999;
  text-decoration: none;
  border-bottom: none;
  }

TABLE.page TD.nav A:hover {
  color: #454547;
  text-decoration: none;
  border-bottom: 1px solid #454547;
  }

/*TABLE.page TD.nav A:visited {
  color: #666666;
  }

TABLE.page TD.nav A:visited:hover {
  color: #454547;
  }*/

TABLE.page TD.content {
  width: 775px;
  vertical-align: top;
  padding: 40px;
  padding-left: 20px;
  text-align: justify;
  }

TABLE.page TD.content A, A {
  color: #999999;
  text-decoration: none;
  border-bottom: 1px solid #454547;
  }

TABLE.page TD.content A:hover, A:hover {
  color: #454547;
  text-decoration: none;
  border-bottom: 1px solid #454547;
  }

TABLE.page TD.content A:visited {
  color: #999999;
  }

TABLE.page TD.content A:visited:hover {
  color: #454547;
  }
  
/*IMG.banner {
  border: 1px solid #454547;
  }*/
  
H1 {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  }

H2 {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  }

H3 {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  }

H4 {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  }

HR {
  border-top: 1px dotted #999999;
  border-bottom: 1px solid #000000;
  }

P.footer, P.footer A {
  color: #666666;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  margin-top: 0px;
  }

P.footer {
  /*margin-left: 225px;*/
  }

P.footer A:hover {
  color: #999999;
  }

TABLE.three {
  width: 720px;
  }

TABLE.three TD {
  width: 240px;
  height: 240px;
  text-align: center;
  vertical-align: top;
  padding-bottom: 3px;
  }

TABLE.sizing {
  width: 200px;
  }

TABLE.sizing TD {
  height:  20px;
  }

TABLE.sizing TR.heading TD {
  font-weight: bold;
  }