body {
  font-family: serif;
  color: black;
  background: white;
  background-image: url("bkground.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
}

h1 {
  font-family: sans-serif;
  color: #BE002B;
  font-size: 26pt;
  margin: 0pt;
}

table{
  border: none;
  padding: 0pt;
}

tbody {
  font-size: 10pt;
}

thead {
  font-weight: bold;
  font-family: sans-serif;
}

td {
  padding: 5pt;
}

.header_cell {
  padding: 0pt;
}

.even {
  background: #CAE3E9;
}

.odd {

}

.bottom {
  margin-top: 25pt;
  font-size: 10pt;
}

.header{
  font-weight: bold;
  font-family: sans-serif;
}

.subhead{
  font-weight: bold;
  font-family: sans-serif;
  font-size: 14pt;
  margin: 0pt;
  padding: 0pt;
}

.instructions{
  font-size: 12pt;
}

.small{
  font-size: 10pt;
}
