/*Link settings */

a:link,a:visited,a:active {color: #FFFFFF; font-weight: bold; text-decoration: none}
a:hover {color: #CCCCCC; font-weight: bold; text-decoration: none}

a:link.on,a:visited.on,a:active.on {color: #FFFFFF; font-weight: bold; text-decoration: none}
a:hover.on {color: #CCCCCC; font-weight: bold; text-decoration: none}


/*Sub menu */        

.menuon {
        font-family:arial;
        font-size:9pt;
        color: #FFFFFF; 
        font-weight: bold;
        text-align:left;
        }

/*Sub menu text */   

/*Table text */

.tabletext {
        font-family:arial;
        font-size:10pt;
        color: #000000; 
        font-weight: none;
        text-align:left;
        }   
        
/*Table text bold */

.tabletextbold {
        font-family:arial;
        font-size:10pt;
        color: #666465; 
        font-weight: bold;
        text-align:left;
        }  

.menuonnolink {
        font-family:arial;
        font-size:9pt;
        color: #666465; 
        font-weight: bold;
        text-align:left;
        }

/*Main site text */        

.main {
        font-family:arial;
        font-size:10pt;
        color: #666465; 
        font-weight: none;
        text-align: justify;
        }

/*Main text but bold used for bullets or to emphasis text */        

.mainbold {
        font-family:arial;
        font-size:10pt;
        color: #99CC00; 
        font-weight: bold;
        text-align: left;
        }

/*Main text on the front page only */        

.mainfront {
        font-family:arial;
        font-size:10pt;
        color: #666465; 
        font-weight: none;
        text-align: left;
        }

/*Headings on main sub section pages */        

.pagesubheading {
        font-family:arial;
        font-size:14pt;
        color: #666465; 
        font-weight: bold;
        text-align: left;
        }

/*Headings on main section pages */        

.pageheading {
        font-family:arial;
        font-size:16pt;
        color: #99CC00; 
        font-weight: bold;
        text-align: left;
        cellpadding-left: 15px;
        }

/*Headings on the front page only */

.frontpageheading {
        font-family:arial;
        font-size:12pt;
        color: #99CC00; 
        font-weight: bold;
        text-align: left;
        }

/*All bullets on the front page */

.frontpagebullet {
        font-family:arial;
        font-size:12pt;
        color: #666465; 
        font-weight: none;
        text-align: left;
        }

/*All bullets in the main site */

.bullet {
        font-family:arial;
        font-size:12pt;
        color: #666465; 
        font-weight: none;
        text-align: center;
        }
        
/*All list bullets in the main site */

.listbullet {
        font-family:arial;
        font-size:10pt;
        color: black; 
        font-weight: bold;
        text-align: center;
        }
        
/*A bold version of normal text used on pages to enphasis points */ 

.specialtext {
        font-family:arial;
        font-size:10pt;
        color: #99CC00; 
        font-weight: none;
        text-align: left;
        }
        
/*A bold heading used on pages */ 

.subheading {
        font-family:arial;
        font-size:12pt;
        color: #99CC00; 
        font-weight: bold;
        text-align: left;
        }
        
/*A bold sub heading used on sub pages */ 

.subsubheading {
        font-family:arial;
        font-size:12pt;
        color: #99CC00; 
        font-weight: bold;
        text-align: left;
        }
        
/*An alternative bold heading used on pages */ 

.subheadingalt {
        font-family:arial;
        font-size:12pt;
        color: #666465; 
        font-weight: bold;
        text-align: left;
        }

/*Footer text */

.footer {
        font-family:arial;
        font-size:9pt;
        color: #666465; 
        font-weight: none;
        text-align:left;
        }
        
/*Main menu text */

.menu {
        font-family:arial;
        font-size:9pt;
        color: #99CC00; 
        font-weight: bold;
        text-align:left;
        }
        
        
body {
	scrollbar-3dlight-color:#CEC4BA; 
	scrollbar-arrow-color:#CEC4BA;
	scrollbar-base-color:#CEC4BA;
	scrollbar-darkshadow-colr:#CCCCCC;
	scrollbar-face-color:#FFFFFF;
	scrollbar-highlight-color:#CCCCCC;
	scrollbar-shadow-color:#CEC4BA;