BODY {
  background-image: url('../images/launchBackground.jpg');
  background-repeat: repeat;
}

A {
  text-decoration: none;
  color: #0000FF;
}

A:hover {
  text-decoration: underline;
}

A.launch {
  font-size: 11pt;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
  color: #000000;
}

A.launch:hover {
  text-decoration: underline;
}

TABLE.main {
  border: 1px solid #000000;
  width: 610px;
  background-color: #FFFFFF;
}

TABLE.message {
  border: 1px solid #000000;
  width: 400px;  
}

TABLE.message TD {
  padding: 5px;
  margin: 0px;
}

TD {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

TD.footer {
  background: url(../images/titleBackground.jpg);
  text-align: right;
}

TD.footer A {
  font-size: 8pt;
  font-weight: bold;
  color: #000000;
  padding-left: 3px;
  padding-right: 3px;
  top: 0px;
  position: relative;
}

DIV.body {
  margin-top: 10px;
  padding: 10px;
  margin-left: 30px;
}

SPAN.title {
  font-weight: bold;
}

SPAN.alert {
  color: #CC0000;
  font-size: 8pt;
  font-weight: bold;
}

SPAN.success {
  color: #086A04;
  font-size: 8pt;
  font-weight: bold;
}

P.message {
  font-size: 8pt;
}

IMG.launchIcon {  
  border: 0px; 
  vertical-align: middle; 
  margin-right: 10px;
}

.visible{
	display: block;
	visibility: visible;
}

.hidden{
	display: none;
	visibility: hidden;
}