/* Body styles */
	body, div, p, span, .basic {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #302a27;
		font-size: 12px; 
		line-height: 20px;
	}
	
	
/* Section Text */
	.title { 
        margin-top: 20px;   
        margin-bottom: 15px;           
        margin-left: 20px;
                
	}
    
	.intro { 
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 16px; 
		line-height: 24px;
        margin-left: 20px;
        margin-right: 25px;                
	}  
    
	.content { 
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        margin-left: 20px;
        margin-right: 25px;                
	} 
    
	.note { 
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 10px;         
		line-height: 14px;        
        margin-left: 20px;
        margin-right: 25px;                
	}           
    
	.orangeTxt { 
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #f79525;
	}
    
	.copyright { 
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 9px; 
		color: #f79525;
	}  
	

/* SubNavigation Text */    
	.subNav { 
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #f79525;
		line-height: 16px;        
        margin-right: 45px;
        margin-top: 5px;
        
	}
    
	.subNavFirst { 
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #f79525;
		line-height: 16px;          
        margin-right: 45px;
        margin-top: 15px;
        
	}
    
	.subNavLast { 
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		color: #f79525;
		line-height: 16px;          
        margin-right: 45px;
        margin-top: 3px;
        margin-bottom: 15px;        
	}     
    
    
/* Background */ 
    .bgrd01 {
    	background-image: url(bgrd_divider.gif);
    	background-position: right;
    	background-repeat: repeat-y;
    }     

	
/* Link Text */
	a:link {
		color: #302a27;
		text-decoration: underline;
	}
		
	a:visited {
		color: #302a27;
		font-style : normal;
		text-decoration: underline;
	}
	
	a:active { 
		color: #302a27;
		font-style : normal;
		text-decoration: underline;
	}
	
	a:hover { 
		color: #695c54;
		text-decoration: underline;
	}

/* Orange Link Text */    
	a.linkOrange:link {
		color: #f79525;
		text-decoration: none;
	}
		
	a.linkOrange:visited {
		color: #f79525;
		text-decoration: none;
	}
	
	a.linkOrange:active { 
		color: #f79525;
		text-decoration: none;
	}
	
	a.linkOrange:hover { 
		color: #f79525;
		text-decoration: underline;
	}   
    
/* Selected Navigation Link Text */    
	a.nvbSelected:link {
		color: #695c54;
		text-decoration: none;
	}
		
	a.nvbSelected:visited {
		color: #695c54;
		text-decoration: none;
	}
	
	a.nvbSelected:active { 
		color: #695c54;
		text-decoration: none;
	}
	
	a.nvbSelected:hover { 
		color: #695c54;
		text-decoration: none;
	}     
    
/* Back to Top Link Text */    
	a.backtotop:link {
		color: #316FA9;
		font-size: 10px; 
		text-decoration: none;
	}
		
	a.backtotop:visited {
		color: #316FA9;
		font-size: 10px; 
		text-decoration: none;
	}
	
	a.backtotop:active { 
		color: #316FA9;
		font-size: 10px; 
		text-decoration: none;
	}
	
	a.backtotop:hover { 
		color: #333333;
		font-size: 10px; 
		text-decoration: underline;
	}       