/* CSS Document */

BODY {

  margin: 0px;
 
  background-image: url(images/bg.gif);
  background-attachment: fixed;
  background-repeat: repeat;
  background-color: #0074b1;
  
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #000000;
  }

TABLE.main {
  width: 764px;
  border: 2px solid #000000;
  border-top: none;
  background-color: #FFFFFF;
  }

TABLE.main {
  text-align: justify;
  vertical-align: top;
  }

TABLE.banner {
  background-image: url(images/top.jpg);
  background-attachment: scroll;
  background-position: top;
  background-repeat: no-repeat;
  width: 100%;
  height: 137px;
  border-bottom: 2px solid #000000;
  }

TABLE.banner TD {
  text-align: center;
  vertical-align: top;
  }
  
P, H1, H2, H3, UL, OL {
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 25px;
  margin-bottom: 25px;
  font:Tahoma, Verdana, Arial, sans-serif;
  font-size:12px;
  }

UL {
  margin-left: 100px;
  }

P, A, A:hover, A:active {
  font-size:12px;
  }
  
H1 {
  font-size: 16px;
  font-weight: bold;
  color: #0074b1;
  }

H2 {
  font-size: 14px;
  font-weight: bold;
  color: #0074b1; 
  }

A {
  color: #0074b1;
  text-decoration: none;
  border-bottom: 1px dashed #2083D3;
  }

A:hover {
  color: #333333;
  text-decoration: none;
  border-bottom: 1px solid #2083D3;
  }

A:active {
  color: #0074b1;
  text-decoration: none;
  border-bottom: 1px solid #000000;
  }

TABLE.bottom {
  width: 100%;
  height: 137px;
  border-top: 2px solid #000000;
  background-image: url(images/bottom.jpg);
  background-attachment: scroll;
  background-repeat: no-repeat;
  }

TABLE.footer SPAN, TABLE.footer A {
  color: #FFFFFF;
  font-size: 10px;
  text-align: center;
  border-bottom: none;
  text-decoration: none;
  }

TABLE.footer A:hover {
  color: #000000;
  font-size: 10px;
  text-align: center;
  border-bottom: none;
  text-decoration: underline;
  }

TABLE.footer TD {
  text-align: center;
  padding-top: 10px;
  height: 20px;
  }
