body, p, td, th, input, select, textarea, dt, dl {
  color: #ffffff;
  font-family: Trebuchet MS, Trebuchet, Times New Roman, Times, serif;
  font-size: 14px;
  margin: 10px 0px;
}
body {
  background-color: #000000;
  text-align: center;
}
h1 {
  color: #eeeeee;
  text-align: center;
}
input, select, textarea {
  background-color: #e4f2f4;
  color: #000000;
  font-family: Trebuchet MS, Trebuchet, Times New Roman, Times, serif;
  font-size: 14px;
  margin: 0px;
}
a {
  text-decoration: underline;
}
a:link {
  color: #0000ff;
}
a:visited {
  color: #0000ff;
}
a:hover {
  color: #ffff00;
}
a:active {
  color: #ffff00;
}

p {
  margin: 10px 0px;
  text-align: center;
}

table.TableBands {
  background-color: Transparent;
  border-collapse: collapse;
  border-color: #000000;
  border-width: 0px;
  border-style: none;
  margin: 0px auto;
  padding: 0px;
}
table.TableBands td {
  background-color: Transparent;
  border-collapse: collapse;
  border-color: #000000;
  border-width: 0px;
  border-style: none;
  margin: 0px;
  padding: 5px;
  text-align: center;
  vertical-align: bottom;
  white-space: nowrap;
}
table.TableBands td input {
  margin: 3px;
}

.PostMsgTable {
}
.PostMsgTable th {
  padding: 3px 0px 0px 0px;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}
.PostMsgTable td {
  padding:8px;
  text-align:center;
  vertical-align: top;
}
.PostMsgTable input, select, textarea {
  background-color: #e4f2f4;
  font-size: 12px;
}

.MessageErrorLabel {
  padding: 12px 0px;
}

.MessageValidator {
  display: inline;
}

.TextSmall {
  font-size: 10px;
}