*{
  margin: 0;
  padding: 0;
  font-family:arial;
  font-size:12pt;
  color:white;
  background-color:black;
}
table.site{
  width:980px;
  margin: 0 auto;
  border-spacing:0px;
}





td.banner_1{
  height:85px;
  font-size:36pt;
  text-align:center;
}
td.banner_2{
  height:65px;
  font-size:24pt;
  text-align:center;
  border-bottom:8px solid #93a755;
}
td.footer_1{
  height:8px;
}

a{
  text-decoration:none;
  font-style:italic;
  font-weight:bold;
  color:white;
}

h1{
  font-size:18pt;
}
h2{
  font-size:16pt;
}

table.page{
  width:100%;
  height:500px;
  border-spacing:0px;
}

td.main{
  vertical-align:top;
  padding:0px;
  margin:0px;
}
table.main{
  border-spacing:0px;
  padding:5px;
  width:100%;
}


