sup {font-size:smaller}

/** fonts **/

  .regular {
    font-family:arial;
    font-size:9pt;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    color:black;
  }

  .large_text {
    font-family:arial;
    font-size:12pt;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    color:black;
  }

  .large_label {
    font-family:arial;
    font-size:12pt;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    color:black;
  }

  .page_title {
    font-family:arial;
    font-size:18pt;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    color:black;
  }

  .section_title {
    font-family:arial;
    font-size:12pt;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    color:black;
    margin-top:1em;
  }

  .section_label {
    font-family:arial;
    font-size:12pt;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
    color:black;
  }

  .footer {
    font-family:arial;
    font-size:8pt;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
  }

  .footer_reverse {
    font-family:arial;
    font-size:8pt;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    color:white;
  }

  .menu {
    font-family:arial;
    font-size:10pt;
    font-style:normal;
    font-variant:normal;
    font-weight:bold;
  }

.technotes_logo {
    font-family:arial;
    font-size:24pt;
    font-style:italic;
    font-variant:normal;
    font-weight:bold;
    color:000080;
}

/** properties of hyperlinks using "regular" font **/

  a.regular:link {color:rgb(0,0,255); text-decoration:underline}
  a.regular:visited {color:rgb(0,0,255); text-decoration:underline}
  a.regular:active {color:rgb(0,0,255); text-decoration:underline}
  a.regular:hover {color:rgb(255,0,0); text-decoration:underline}

/** non-underlined hyperlinks **/

  a.plain:link {color:rgb(0,0,255); text-decoration:none}
  a.plain:visited {color:rgb(0,0,255); text-decoration:none}
  a.plain:active {color:rgb(0,0,255); text-decoration:none}
  a.plain:hover {color:rgb(255,0,0); text-decoration:underline}

/** properties of hyperlinks using "menu" font **/

  a.menu:link {color:black; text-decoration:none}
  a.menu:visited {color:black; text-decoration:none}
  a.menu:active {color:black; text-decoration:none}
  a.menu:hover {color:rgb(255,0,0); text-decoration:none}

/** properties of hyperlinks using "section_title" font **/

  a.section_title:link {color:rgb(0,0,255); text-decoration:underline}
  a.section_title:visited {color:rgb(0,0,255); text-decoration:underline}
  a.section_title:active {color:rgb(0,0,255); text-decoration:underline}
  a.section_title:hover {color:rgb(255,0,0); text-decoration:underline}

/** properties of hyperlinks using "page_title" font **/

  a.page_title:link {color:rgb(0,0,255); text-decoration:underline}
  a.page_title:visited {color:rgb(0,0,255); text-decoration:underline}
  a.page_title:active {color:rgb(0,0,255); text-decoration:underline}
  a.page_title:hover {color:rgb(255,0,0); text-decoration:underline}

/** properties of hyperlinks using "section_label" font **/

  a.section_label:link {color:rgb(0,0,255); text-decoration:underline}
  a.section_label:visited {color:rgb(0,0,255); text-decoration:underline}
  a.section_label:active {color:rgb(0,0,255); text-decoration:underline}
  a.section_label:hover {color:rgb(255,0,0); text-decoration:underline}

/** properties of hyperlinks using "footer" font **/

  a.footer:link {color:rgb(0,0,255); text-decoration:underline}
  a.footer:visited {color:rgb(0,0,255); text-decoration:underline}
  a.footer:active {color:rgb(0,0,255); text-decoration:underline}
  a.footer:hover {color:rgb(255,0,0); text-decoration:underline}

/** properties of hyperlinks using "footer_reverse" font **/

  a.footer_reverse:link {color:rgb(255,255,255); text-decoration:underline}
  a.footer_reverse:visited {color:rgb(255,255,255); text-decoration:underline}
  a.footer_reverse:active {color:rgb(255,255,255); text-decoration:underline}
  a.footer_reverse:hover {color:rgb(255,0,0); text-decoration:underline}

.indented {margin-left:10px;}

.form_button {
  width:110px;
  height:23px;
  margin-top:3px;
  font-family:arial;
  font-size:9pt;
  font-style:normal;
  font-variant:normal;
  font-weight:bold;
  background-color:c0c0ff;
}

.nomargins {margin:0;}

.blue_border {border: 3px solid #000080;}

.features_list {margin-top:0; margin-bottom:0; margin-left:20px; margin-right:0}

.standard_body {
  background-color:808080;
  margin:8;
}

tr.th.centered_cells {text-align:center; vertical-align:top; font-weight:bold}
tr.td.centered_cells {text-align:center; vertical-align:top; font-weight:normal}

