
a, body, p, blockquote, td, div, span, th, dd, dl, ul, ol, li, input, select, option, textarea {
  font-family: arial, helvetica, sans-serif;
  font-size: 9pt;
}
/*
a {
  text-decoration: none;
}

a:link, a:active, a:visited {
  color: #0000ff;
}

a:focus {
  color: #ff0000;
}

a:hover {
  text-decoration: underline;
  color: #ff0000;
}

body {
  color: #000000;
  background-color: #ffffff;
}

th {
  font-size: 9pt;
}

.button {
  font-size: 9pt;
  font-weight: 700;
}

.label {
  font-size: 9pt;
  font-weight: 700;
}

.required {
  color: red;
}

.small {
  font-size: 8pt;
}

.normal {
  font-size: 9pt;
}

.large {
  font-size: 10pt;
}

.heading {
  font-size: 11pt;
  font-weight: 700;
}

.bold {
  font-weight: 700;
}

.italic {
  font-style: italic;
}

.highlight {
  color: #000000;
  background-color: #ffff00;
}

.warning {
  color: #ff0000;
  font-size: 9pt;
  font-weight: 700;
}

.headerlink {
  font-family: arial, helvetica ! important;
  font-size: 12px ! important;
  font-weight: 700 ! important;
  color: #ffffff ! important;
  text-decoration: none ! important;
 }
*/