/* Style Sheet for www.chucke.com. All text within this file is
 
* copyright (c) 1999 by chucke.com. 
 
* All rights reserved. Authored by Chuck Evans.
 */ 



BODY { color: #000000;         /* color is black */

       background-color: #FFFFFF;   /* color is white */

     }



P, UL, OL  { /* font-size: medium; */

     font-size: 9pt;
 
    font-weight: normal;     /* standard text font */

     font-family: Verdana, Arial, Helvetica, sans-serif;
   
     font-style: normal;
     color: #000000;         /* color is black */

     line-height: 1.5em;
   }



H1 { font-weight: bold;     /* first-level subhead */

     font-size: 15pt;
 
     font-family: Verdana, Arial, Helvetica, sans-serif;

     color: #990099;         /* color is black */

     /* text-transform: uppercase; */
   }



H2 { font-weight: bold;     /* second-level subhead */

     font-size: 11pt;
  
     font-family: Verdana, Arial, Helvetica, sans-serif;

     color: #009999;         /* color is red */

   }



H3 { font-weight: bold;     /* third-level subhead */

     font-size: 10pt;

     font-family: Verdana, Arial, Helvetica, sans-serif;

     color: #000000;         /* color is black */

  }



H4 { font-weight: regular;     /* fourth-level subhead */

     font-size: 11pt;

     font-family: Verdana, Arial, Helvetica, sans-serif;

     font-style: italic;

     text-align: center;

     color: #000000;         /* color is black */

   }



H5 { font-weight: bold;     /* third-level subhead */

     font-size: 13pt;

     font-family: "Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif;

     color: #FF0000;         /* color is red */

  }



A:link    { color: #0000FF;  /* color is blue  */    
          }      
A:visited { color: #660066;  /* color is purple */ 
          }


A:active  { color: #FF0000;  /* color is red  */ 
          }


A:hover   { color: #FF0000;  /* color is red  */
          }


A.noline         { text-decoration: none; 
          } 


A.noline:link    { color: #0000FF;  /* color is blue  */    
          }      


A.noline:visited { color: #660066;  /* color is purple */ 
          }


A.noline:active  { color: #FF0000;  /* color is red  */ 
				   
text-decoration: underline;
          }


A.noline:hover   { /* color: #FF0000; */ /* color is red  */

				   text-decoration: underline;
          }


B  { font-weight: bold; }     /* makes the B tag work */


STRONG  { font-weight: bold; }    /* makes the STRONG tag work */


I  { font-style: italic; }     /* makes the I tag work */


EM  { font-style: italic; }     /* makes the EM tag work */




/*   CLASSES (applicable to any element, not just P) */



.STARTMARGIN { margin: 0em }  /* zero margin for use on start page only */
			    

.COPYRIGHT { font-weight: normal;
   
             font-size: 8pt;

             font-family: Verdana, Arial, Helvetica, sans-serif;

             text-decoration: none;
           }
			    


.LIST { font-weight: normal;
   
             font-size: 8pt;

             font-family: Verdana, Arial, Helvetica, sans-serif;

             text-decoration: none;
           }
	


.LISTTINY { font-weight: normal;
   
             font-size: 7pt;

             font-family: Verdana, Arial, Helvetica, sans-serif;

             text-decoration: none;
           }
			    


.VENTURE    { font-weight: bold;
   
            font-size: 10pt;

            font-family: "Arial Rounded MT Bold", Arial, Helvetica, sans-serif;

            text-decoration: none;
          }



.TABLEHEAD { font-weight: bold;     /* third-level subhead */

     font-size: 10pt;

     font-family: Verdana, Arial, Helvetica, sans-serif;

     color: #000000;         /* color is black */
  }

