
table {
  position: relative;
  width: 100%;
  border-bottom: 0px dotted #d60000;
  background: #eee;
  vertical-align: middle;
}

.alignCenterMiddle {
  background-color: transparent;
  color: #000000; 
  font-family: tahoma, geneva, veranda, arial, helvetica, sans-serif;
  font-size: 9pt; 
  letter-spacing: 0.00em;
  text-align: center;
  vertical-align: middle;
}

.credit {
  background-color: #transparent;
  color: #000; 
  font-family: tahoma, geneva, veranda, arial, helvetica, sans-serif;
  font-size: 7pt; 
  font-style: normal;
  font-weight: lighter;
  text-align: center;
  vertical-align: middle;
}

.main {
  background-color: #eee;
}

:link { 
  color: #999; 
  background-color: transparent; 
  font-size: 7pt; 
  font-style: normal;
  font-weight: lighter;
  text-align: center;
  vertical-align: middle;
  text-decoration: none; 
} 
 
:visited { 
  color: #999;
  background-color: transparent; 
  font-size: 7pt; 
  font-style: normal;
  font-weight: lighter;
  text-align: center;
  vertical-align: middle;
  text-decoration: none; 
}

#wrapper {
  background-color: transparent;
  margin: 0 auto;
  margin-top: 150px;
  text-align: center;
  width: 500px;
}


