/* EXTERNAL STYLE SHEET */

.bgimg {
   background-image: url(/images/texture-logo_800x100.jpg);
   }

p {
   font-family: georgia, Sans-Serif;
   font-size: 10pt;
   color: #000000;  /* BLACK */
   text-align: left;
   }
p.base {
   font-family: georgia, sans-serif;
   font-size: 10pt;
   color: #000000;  /* BLACK */
   text-align: left;
   }  
p.just {
   font-family: georgia, sans-serif;
   font-size: 10pt;
   color: #000000;  /* BLACK */
   text-align: justify;
   }
p.b-left {
   font-family: georgia, 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.centergb {
   font-family: georgia, sans-serif;
   font-size: 11pt;
   color: #000000;  /* BLACK */
   text-align: center;
   font-weight: bold
   }
p.title {
   font-family: georgia, sans-serif;
   font-size: 15pt;
   color: #000000;  /* BLACK */
   text-align: right;
   font-weight: bold
   }
p.centerv {
   font-family: verdana, sans-serif;
   font-size: 10pt;
   color: #000000;  /* BLACK */
   text-align: center;
   font-weight: bold
   }
p.centerg {
   font-family: georgia, sans-serif;
   font-size: 10pt;
   color: #000000;  /* BLACK */
   text-align: center;
   font-weight: bold
   }
p.headline {
   font-family: georgia, sans-serif;
   font-size: 13pt;
   color: #000000;  /* BLACK */
   text-align: center;
   font-weight: bold
   }
p.center-norm {
   font-family: georgia, sans-serif;
   font-size: 10pt;
   color: #000000;  /* BLACK */
   text-align: center;
   }
 p.red {
   font-family: georgia, sans-serif;
   font-weight: bold; 
   font-size: 10pt; 
   text-align: center; 
   color: #ff0000;  /* RED */
   }
   
body {background-color: #000000;}  /* BLACK */
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: georgia, sans-serif;
  color: #000000;  /* BLACK */
  }
h5 { 
  font-size: 11pt;
  font-weight: bold;
  color: #ffffff;  /* WHITE */
  }
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;
  }


