.header {
  font-family: Times New Roman, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 17pt;
  color: black;
  text-align: center;
}

.footer {
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 8pt;
  color: #999999;
}

small, .small {
  font-family: Tahoma, Helvetica, sans-serif;
  font-size: 8pt;
  color:#666666;
}

body, th, td, input, textarea, select, option, ul, ol, li, .cell {
  font-family: Times New Roman, Helvetica, sans-serif;
  font-size: 11pt;
  color: black;
}

a, a:visited {
  color: blue;
  text-decoration: underline;
}

a:hover {
  color: red;
  text-decoration: none;
}

.title, a.title {
  font-family: Times New Roman, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 13pt;
}

.signature {
  font-family: Comic Sans MS, Helvetica, sans-serif;
  font-size: 10pt;
  color: #444444;
  background: #FFFFF0
}

.note {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #444444;
  background: #FFFFF0
}

.button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  color: #444444;
}
