
Name: Arial 
Version: 01.01 [NN=major change, MM=minor change]
Purpose: Create common font and colour attributes for all 
templates
Change History: 2000/05/11 - file created
2000/05/16 - removed template-specific colours (one for all)


a.nav:link { color: black }
h1 {font-family: Arial, Helvetica, sans-serif; 
    font-size: 14pt;
    font-weight: bold;
    color: green} 
    
body {font-family: Arial, Helvetica, sans-serif;
      font-size: 10pt;
      color: Black;
      text-decoration: none}
      
.basictext{font-family: Arial, Helvetica, sans-serif;
           font-size: 10pt;
           color: Black;
           text-decoration: none}
           
.whitetitle {font-family: Arial, Helvetica, sans-serif;
             font-size: 12pt;
             font-weight: bold;
             color: White;
             text-decoration: none}
             
.btitle {font-family: Arial, Helvetica, sans-serif;
         font-size: 14pt;
         font-weight: bold;
         color: Black;
         text-decoration: none}
         
.stitle {font-family: Arial, Helvetica, sans-serif;
         font-size: 12pt;
         font-weight: bold;
         color: Black;
         text-decoration: none}
         
.bold {font-weight : bold;}

.underline {text-decoration: underline}

.butitle {font-family: Arial, Helvetica, sans-serif;
          font-size: 12pt;
          font-weight: bold; 
          color: #0000FF; 
          font-style: normal}
          
.mtitle {font-family: Arial, Helvetica, sans-serif;
         font-size: medium; 
         font-weight: bold; 
         color: Black;
         text-decoration: none}
         
a:visited {color: #660066}

.feedbackthx {font-family: Arial, Helvetica, sans-serif; 
              font-size: 12pt; 
              font-weight : normal; color: Black; 
              text-decoration: none}
              
.nr_link {font-family: Arial, Helvetica, sans-serif;
          font-size: 10pt; 
          color: #0000FF; 
          text-decoration: underline; 
          font-weight: bold}
          
.nr_summary {font-family: Arial, Helvetica, sans-serif; 
             font-size: 10pt; 
             color: Black; 
             text-decoration: none}
             
.nr_headline {font-family: Arial, Helvetica, sans-serif; 
              font-size: 10pt; 
              color: Black; 
              text-decoration: none; 
              font-weight: bold}
              
ul {font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
ol {font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
li {font-family: Arial, Helvetica, sans-serif; font-size: 10pt}
.footnote {font-family: Arial, Helvetica, sans-serif; 
           font-size: xx-small; 
           font-weight: normal; 
           font-variant: normal;
           text-transform: none}