body#launch {
  background-image: url('../images/launchBackground.jpg');
  background-repeat: repeat-x repeat-y;

}

body, td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

#divBody {
  margin-top: 10px;
  padding: 10px;
  margin-left: 30px;
}

table#tableMainLaunch {
  border: 1px solid #000000;
  width: 610px; 
  background-color: #ffffff;
}

#tdHeader {

}

#tdFooter {
  background: url(../images/titleBackground.jpg);
  text-align: right;
  border-top: solid 1px #aaa;
}

#tdFooter a{
  font-size: 8pt;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  padding-left: 3px;
  padding-right: 3px;
  top: 0px;
  position: relative;
}

a {
  text-decoration: none;
  color: #0000ff;
}

a:hover, #tdFooter a:hover {
  text-decoration: underline;
}

span.alert {
  color: #cc0000;
  font-weight: bold;
}

span.success {
  color: #086A04;
  font-weight: bold;
}