.section {
  color: black;
}
.section a {
  color: #cf003d;
  text-decoration: none;
}
.section a:hover:not(.button-component):not(.button-cancel-component):not(.sml) {
  text-decoration: underline !important;
}
#section table.content-table.borders {
  border: 1px solid #565656;
}
#section table.content-table.borders td {
  border: 1px solid #565656;
}
#section table.content-table.borders th {
  border: 1px solid #565656;
}
#section table.content-table.colors th {
  color: white;
  background-color: #565656;
}
#section table.content-table.colors th a:not(.button-component) {
  color: #9c9d9d;
}
#section table.content-table.colors td {
  color: black;
  background-color: transparent;background-color: rgba(255, 255, 255, 0);
}
#section table.content-table.colors td a:not(.button-component) {
  color: #6f6f6f;
}
#section table.content-table tr a img {
  /* Causes the removal of empty space below images in a link */
  vertical-align: middle;
}
.section b h1,
.section b h2,
.section b h3 {
  font-weight: inherit;
}
.section h1 {
  color: black;
}
.section h1 a,
.section a h1 {
  color: #1f7ec2;
}
.section h2 {
  color: black;
}
.section h2 a,
.section a h2 {
  color: #1f7ec2;
}
.section h3 {
  color: black;
}
.section h3 a,
.section a h3 {
  color: #1f7ec2;
}
.section .borderColor {
  border-color: #565656;
}
