/*
 *   Modification of native HTML objects
 */

@import "native/forms.css";
@import "native/hyperlinks.css";
@import "native/pictures.css";
@import "native/sections.css";
@import "native/tables.css";
@import "native/verbatim.css";

BODY {
  color: #404055;
  text-align: left;
  margin: 0px;
 }

.normal, P, BODY, TABLE, TEXTAREA, SELECT, INPUT {
  font-family: lucida grande, sans-serif; /*Verdana, Arial, Geneva, Helvetica, sans-serif;*/
  font-size: 10pt;
  color: #202035;
  margin-top: 0;
 }

P {
  text-indent: 20px;
 }

P.justify {
  text-align: justify;
 }

.citation {
  font: 14px/17px Georgia;
  color: #202035;
 }
