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