
body,table,td {  
	font-family: Times, Helvetica, sans-serif; 
	font-size: 13;
	color: #5E5E5E;
	margin:0;
	}

a {
	font-size: 13;
	color: #9AB410; 
    text-decoration:none;
    }  
	
a:hover {
	color: #000000; 
    text-decoration:none;
    }   
    
a:active {
    text-decoration:none;
    }
     
a:link {
    text-decoration:none;
    }
    
a:visited {
    text-decoration:none;
    }


    
/**
 * the bold light gray title of a sub_page
 *
 */
h1 {
	color: #5E5E5E;
	font-size: 16;
	font-weight: normal;
	margin: 0;
    padding: 0;
    }
    
    
h2 {
	color: #5E5E5E;
	font-size: 14;
	font-weight: normal;
	margin: 0;
    padding: 0;
    }
    
h3 {
	color: #5E5E5E;
	font-size: 13;
	font-weight: normal;
	margin: 0;
    padding: 0;
    }
    







.header_nav {
    color: #29282C;
	font-size: 13;
	font-weight: bold;
    }
    
.header_nav:hover {
    color: #666666;
	font-size: 13;
	font-weight: bold;
    }

.header_nav:active {
    text-decoration:none;
    }
     
.header_nav:link {
    text-decoration:none;
    }
    
.header_nav:visited {
    text-decoration:none;
    }




.gallery_nav {
    color: #9AB410;
	font-size: 13;
    }
    
.gallery_nav:hover {
    color: #000000;
	font-size: 13;
    }

.gallery_nav:active {
    text-decoration:none;
    }
     
.gallery_nav:link {
    text-decoration:none;
    }
    
.gallery_nav:visited {
    text-decoration:none;
    }


.gallery_nav_active {
    color: #000000;
	font-size: 13;
    }
    
.gallery_nav_active:hover {
    color: #9AB410;
	font-size: 13;
    }

.gallery_nav_active:active {
    text-decoration:none;
    }
     
.gallery_nav_active:link {
    text-decoration:none;
    }
    
.gallery_nav_active:visited {
    text-decoration:none;
    }


