
/* base element inheritance formatting */
body      { margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px; font-family: arial, geneva, helvetica, sans serif; }
a         { font-weight: bold; }   /* all links are bold */
a:link    { color: #000000 }       /* unvisited link */
a:visited { color: #08316B }       /* visited links  */
a:active  { color: #0D51AC }       /* active links   */
a:hover   { color: #0D51AC }       /* MSIE rollover links   */
table     { margin-left: 0px; margin-right: 0px; margin-top: 0px; margin-bottom: 0px;}
td        { font-family: arial, geneva, helvetica, sans serif; font-size: 9pt; color: #00557D; text-align: justify;}

/* begin defined classes */

/* headline classes */
.headline { font-family: verdana, arial, geneva, sans serif; font-size: 14pt; color: #FFFFFF; vertical-align: middle; text-align: left; }
.subheading { font-family: verdana, arial, geneva, sans serif; font-size: 10pt; color: #CC3300; vertical-align: middle; text-align: left; font-weight: bold; }

/* text classes */
.text     { font-size: 9pt; color: #003300; text-align: justify;}
.textleft    { font-size: 9pt; color: #003300; text-align: left;}
.textright     { font-size: 9pt; color: #003300; text-align: right;}
.textctr     { font-size: 9pt; color: #003300; text-align: center;}
.textbold     { font-size: 9pt; color: #003300; font-weight: bold;}
.texthome     { font-size: 9pt; color: #000000; font-weight: normal; text-align: justify;}

