body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #333333;
}

a:link {
  text-decoration: none;
  color: #333333;
}

a:visited {
  text-decoration: none;
  color: #333333;
}

a:hover {
  text-decoration: none;
  color: #E31919;
}

a:active {
  text-decoration: none;
  color: #E31919;
}

table.layout {
  width: 100%;
}

table.title span.title {
  font-size: 20px;
  font-weight: bold;
}

table.title span.subtitle {
  font-size: 16px;
  font-weight: bold;
  color: #E31919;
}

table.footer td.logo {
  background-color: #D2D2D2
}

tr.title {
  font-size: 12px;
  font-weight: bold;
  background-color: #D2D2D2
}

.tableHeading {
  font-size: 14px;
  font-weight: bold;
}

.tableSubHeading {
  font-size: 12px;
  font-weight: bold;
}

.bannerLink {
  color: #FFFFFF;
  text-decoration: none;
}
