/* style.css */
body {
  margin: 0px;

  background: #CBDDF5;

  font: Times;
  color: #003379;
  font-size: 12px
}

img {
  border: 0;
}

br {
  letter-spacing: normal;
}

table {
  padding: 0;
  border-collapse: collapse;
}

tr td {
  border: 0;
  margin: 0;
  padding: 0;

  vertical-align: top;
}

a {
  color: #003379;
  font-weight: bold;
}

.mainTable {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  background-image: url(images/background.gif);
}

.textcell {
  padding-right: 2px;
  padding-bottom: 2px;
}

.bluebig {
  color: #003379;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: -1px;
}

.bluemed {
  color: #003379;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -1px;
}

.bluesm {
  color: #003379;
  font-size: 12px;
}

.bluesmbold {
  color: #003379;
  font-size: 14px;
  font-weight: bold;
}

.redbig {
  color: #CB0447;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: -1px;
}

.redmed {
  color: #CB0447;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -1px;
}

.redsm {
  color: #CB0447;
  font-size: 12px;
  font-weight: bold;
}

.doublespace {
  line-height: 22px;
}

.theform {
  background: #EBECFA;
  padding: 2px;
}

.theform2 {
  padding: 2px;
}


