/* 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:underline; color: #ffffff; }
.textmainlink:visited { text-decoration:underline; color: #ffffff; }
.textmainlink:hover { text-decoration:underline; color: #ff9900; }
.textmainlink:active { text-decoration:underline; 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:underline; color: #ffffff; }
.bottomlink:hover { text-decoration:underline; color: #ff9900; }

/* 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: #ff9900}
.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: #333333}