/* the main text which is not a link */
.textmain {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #ffffff; text-align: justify}

/* the main text which is a link */
.textmainlink { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #ffffff; text-align: justify}
.textmainlink:link { text-decoration:none; color:#ff8800; }
.textmainlink:visited { text-decoration:none; color:#cc6600; }
.textmainlink:hover { text-decoration:underline; color:#ff9900; }
.textmainlink:active { text-decoration:none; color:#ffffff; }

/* the text right at the bottom which is not a link */

.bottomtext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: normal; color: #ffffff; text-align: left; }

/* the text right at the bottom which is a link */

.bottomlink { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: normal; color: #ffffff; text-align: left; }
.bottomlink:link { text-decoration:none; color: #ff8800; }
.bottomlink:hover { text-decoration:underline; color: # dd6600; }

/* some title texts in different colors */

.
.
.headerwhite { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #ffffff}
.headerorange { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #ff8800}
.headeryellow { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold; color: #ffcc00}

/* used to force a few indents must be same color as background */

.intenting {color: #3d4a80}