/* EXTERNAL STYLE SHEET */


p {
   font-family: Verdana, Sans-Serif;
   font-size: 10pt;
   color: #000000;  /* BLACK */
   text-align: left;
   }
p.base {
   font-family: Verdana, sans-serif;
   font-size: 10pt;
   color: #000000;  /* BLACK */
   text-align: left;
   }  
p.just {
   font-family: Verdana, sans-serif;
   font-size: 10pt;
   color: #000000;  /* BLACK */
   text-align: justify;
   }
p.b-left {
   font-family: Verdana, sans-serif;
   font-size: 10pt;
   color: #000000;  /* BLACK */
   text-align: left;
   font-weight: bold;
   }
p.lite { 
   font-family: Verdana, sans-serif;
   font-size: 10pt;
   font-weight: normal;
   color: #000000;  /* BLACK */
   text-align: left; 
   }
p.center {
   font-family: Verdana, sans-serif;
   font-size: 10pt;
   color: #000000;  /* BLACK */
   text-align: center;
   font-weight: bold
   }
p.center-norm {
   font-family: Verdana, sans-serif;
   font-size: 10pt;
   color: #000000;  /* BLACK */
   text-align: center;
   }
 p.red {
   font-family: Verdana, sans-serif;
   font-weight: bold; 
   font-size: 10pt; 
   text-align: center; 
   color: #ff0000;  /* RED */
   }
   
body {background-color: #9999ff;}  /* PERIBLUE */
a:link {text-decoration: none; color: #000000;}  /* BLACK */
a:visited {text-decoration: none; color: #000000;}  /* BLACK */
a:active {text-decoration: none; color: #cccccc;}  /* GRAY */
a:hover {text-decoration: none; color: #ff0000;}  /* RED */

h1, h2, h3, h4, h5, h6
  {
  font-family: verdana, sans-serif;
  color: #000000;  /* BLACK */
  }
h4 { 
  font-size: 10pt;
  font-weight: bold;
  }
h4.lite { 
  font-size: 10pt;
  font-weight: normal; 
  }
h4.red { 
  font-size: 10pt;
  color: #ff0000;  /* RED */
  }
h3 { 
  font-size:  12pt;
  font-weight: bold;
  }
h3.small {
  font-size: 9pt;
  font-weight: bold;
  text-align: center;
  }
h2 {
  font-size:  14pt;
  text-align: center;
  font-weight: bold;
  }
h1 {
  font-size:  18pt;
  font-weight: bold;
  }

