.main { font-family: "Times New Roman", serif; 
       font-size: 12pt; 
       font-style: bold;
       font-color: black;
       }
       /*"Times New Roman"*/


.small  { font-family: "Times New Roman", serif; 
        font-size: 10pt; 
        font-color: black;
        }
        /*"Times New Roman" small*/


TD    { font-family: "Times New Roman", serif; 
        font-size: 12pt; 
      }
        /*"Times New Roman"*/


body { font-family: "Times New Roman", serif; 
       font-size: 12pt; 
       font-style: bold;
       font-color: black;
       }
       /*Body is "Times New Roman"*/

.sans { font-family: "MS Sans Serif", sans-serif; 
       font-size: 10pt;
       }
       /*"MS Sans Serif"*/

.sansmall { font-family: "MS Sans Serif", sans-serif; 
          font-size: 8pt;
          }
          /*"MS Sans Serif" small*/


