.bodytext {
/*   For Generic Body Text
     USAGE: class="bodytext"  */
        font-family: verdana, helvetica, arial, sans-serif;
        font-size: 10pt;
}

.formlabel {
/*   For the Labels which Accompany Form Fields
     USAGE: class="formlabel"  */
        font-family: verdana, helvetica, arial, sans-serif;
        font-weight: bold;
        font-size: smaller;
}

.head1 {
/*   For Top Level Headings in Included Copy
     USAGE: class="head1"      */
        font-family: garamond, serif;
		font-size:24pt;
		color: #CC6633;
}

.head2 {
/*   For Second Level Headings in Included Copy
     USAGE: class="head2"      */
        font-family: garamond, serif;
        font-weight: bold;
		color: #CC6633;
}
.head3 {
/*   For Second Level Headings in Included Copy
     USAGE: class="head2"      */
        font-weight: bold;
		font-family: verdana, helvetica, arial, sans-serif;
}


.head4 {
/*   For Second Level Headings in Included Copy
     USAGE: class="head2"      */
        font-family: garamond, serif;
        font-weight: bold;
	color: #CC6633;
}


.newshdrs {
/*   For Third Level Headings in Included Copy
     USAGE: class="head3"      */
        font-family: garamond, serif;
		color: #FFCC33;
}

.shaded {
/*   For Font Text Which wants to be reversed out
     USAGE: class="shaded"      */
        font-family: verdana, helvetica, arial, sans-serif;
        background-color: #CC6633;
        color: white;
        font-weight: bold;      
}

.fineprint {
/*   For Disclaimers and Legal Text which is Small
     USAGE: class="shaded"      */
        font-family: verdana, helvetica, arial, sans-serif;
        font-size: 10pt;

}
