table.redTable2 {
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
}
table.redTable2 td, table.redTable2 th {
  border: 0px solid #AAAAAA;
  padding: 3px 2px;
}
table.redTable2 tbody td {
  font-size: 12px;
  font-weight: bold;
}
table.redTable2 tr:nth-child(even) {
  background: #F5DDDD;
}
table.redTable2 thead {
  background: #B86B77;
}
table.redTable2 thead th {
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
table.redTable2 tfoot {
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  background: #B86B77;
}
table.redTable2 tfoot td {
  font-size: 12px;
}
table.redTable2 tfoot .links {
  text-align: right;
}
table.redTable2 tfoot .links a{
  display: inline-block;
  background: #FFFFFF;
  color: #A40808;
  padding: 2px 8px;
  border-radius: 5px;
}