
/* How To StyleSheet */
/* Also Stylesheet for Examples of Bad Code */

body {
     font-family: arial,lucida,geneva,sans-serif,sans serif,sansSerif;
     padding: 10px 10px 20px;
     /*  page padding top left bottom left2  */
     /* table width in percentage conflicts with left padding */
}

a:link {  /* controls link display */
     color: #cc2000;
     font-weight: bold;
     text-decoration: underline;
}

a:visited {  /* controls link display */
     color: #805500;
     font-weight: bold;
     text-decoration: underline;
}

a:active { 
     font-weight: bold;
     color: #cc0033;              
}

a:hover {  /* not on Netscape 4.x */
     font-weight: bold;
     color: #cc0033;              
}

.hdr   {    /*top right*/
     font-size: 20pt;
     font-weight: bold;
     color: #660000;   
     font-family: comic sans ms,arial,lucida,geneva,sans-serif,sans serif,sansSerif;
}


.txb12  {   /*left nav*/
     color:  #330000;  
     font-size: 12pt;
     font-weight: bold;
     font-family: arial,lucida,geneva,sans-serif,sans serif,sansSerif;
}   

.tx12  {   /*left nav*/
     color:  #330000;  
     font-size: 12pt;
     font-weight: normal;
     font-family: arial,lucida,geneva,sans-serif,sans serif,sansSerif;
} 

.txb10  {   /*left nav*/
     color:  #330000;  
     font-size: 10pt;
     font-weight: bold;
     font-family: arial,lucida,geneva,sans-serif,sans serif,sansSerif;
}   


.cxb12  {   /*left nav*/
     color:  #330000;  
     font-size: 12pt;
     font-weight: bold;
     font-family: comic sans ms,arial,lucida,geneva,sans-serif,sans serif,sansSerif;
}   

.cx12  {   /*left nav*/
     color:  #330000;  
     font-size: 12pt;
     font-weight: normal;
     font-family: comic sans ms,arial,lucida,geneva,sans-serif,sans serif,sansSerif;
} 

.txb10  {   /*left nav*/
     color:  #330000;  
     font-size: 10pt;
     font-weight: bold;
     font-family: arial,lucida,geneva,sans-serif,sans serif,sansSerif;
}  

.cxb10  {   /*left nav*/
     color:  #330000;  
     font-size: 10pt;
     font-weight: bold;
     font-family: comic sans ms,arial,lucida,geneva,sans-serif,sans serif,sansSerif;
} 

.tx10  {   /*left nav*/
     color:  #330000;  
     font-size: 10pt;
     font-weight: normal;
     font-family: arial,lucida,geneva,sans-serif,sans serif,sansSerif;
}    

.cx10  {   /*left nav*/
     color:  #330000;  
     font-size: 10pt;
     font-weight: normal;
     font-family: comic sans ms,arial,lucida,geneva,sans-serif,sans serif,sansSerif;
}    

.red { /*special emphasis*/
     font-weight: bold;
     color:  #cc0033;  
}  

.gray { /*special emphasis*/
     font-weight: bold;
     color:  #333333;  
}  

.green { /*special emphasis*/
     font-weight: bold;
     color:  #225511;  
} 


.tx08  {   /*left nav*/
     color:  #330000;  
     font-size: 8pt;
     font-weight: normal;
     font-family: arial,lucida,geneva,sans-serif,sans serif,sansSerif;
}    

.txb08  {   /*left nav*/
     color:  #330000;  
     font-size: 8pt;
     font-weight: bold;
     font-family: arial,lucida,geneva,sans-serif,sans serif,sansSerif;
} 
.cx08  {   /*left nav*/
     color:  #330000;  
     font-size: 8pt;
     font-weight: normal;
     font-family: comic sans ms,arial,lucida,geneva,sans-serif,sans serif,sansSerif;
}    

.cxb08  {   /*left nav*/
     color:  #330000;  
     font-size: 8pt;
     font-weight: bold;
     font-family: comic sans ms,arial,lucida,geneva,sans-serif,sans serif,sansSerif;
} 
