.top {
  width:800px; 
  height:85px;
  background-color:white;
  vertical-align:center;
  padding:10px 10px 5px 50px;
  background-image:url(../images/tgnblogo.jpg); 
  background-repeat: no-repeat;
  background-position: 685px 14px;
  border-bottom:1px solid gray;
  border-top: solid 1px black;
  border-left: solid 1px black;
  border-right: solid 1px black;
  font-weight:bold;
  font-size:16px;
  letter-spacing:0.15em;
}

.maincontent {
  padding:20px 50px 20px 50px;
  background-color:white;
  border-left: solid 1px black;
  border-right: solid 1px black;
}

.headerTitle {
  color:gray;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  letter-spacing:0.2em;
  text-align:center;
}

.simpletable {
  width:800px;
  background-color:gray;
}

.simpleFooter {
  font-size:9px;
  text-align:center;
  vertical-align:bottom;
  padding:5px;
  color:gray;
  background-color:white;
  border-left: solid 1px black;
  border-right: solid 1px black;
  border-bottom: solid 1px black;
}

