function RenderTTF(){
    
  /* var blcs = document.getElementsByClassName("texto1");
    
    	for(i = 0; i <blcs.length; i++){
    	
    	if(blcs[i].className=="texto1"){
				
  					var filhos = blcs[i].getElementsByTagName("H1");
  					var filhos2 = blcs[i].getElementsByTagName("H2");
  					
            for(f = 0; f <filhos.length; f++){
  					
  					 if(filhos[f].tagName == 'H1'){
  					
    					   if(filhos[f].className==""){
                    filhos[f].className="tituloH1_rub"
                 }
  					 }
  					}
  					for(f = 0; f <filhos2.length; f++){
  					
  					 	if(filhos2[f].tagName == 'H2'){
  					
    					   if(filhos2[f].className==""){
                    filhos2[f].className="tituloH2_rub"
                 }
  					 }
  					}
  					
  					
            
           
        }
    	
    	} 
  DATAFUNCS.RenderFonts('tituloH1_rub',{ 
        fontSize         : '18.75',
       backgroundColor  : 'FFFFFF',
       color            : '01396D',
       fontFile         : 'fonts/HELVETNR.TTF',
       transparent      : '1'
  });
  
    
  DATAFUNCS.RenderFonts('tituloH2_rub',{ 
        fontSize         : '10.5',
       backgroundColor  : 'FFFFFF',
       color            : '0159A9',
       fontFile         : 'fonts/HELVETNR.TTF',
       transparent      : '1'
  });
 
 DATAFUNCS.RenderFonts('tituloH3',{ 
        fontSize         : '10.5',
       backgroundColor  : 'FFFFFF',
       color            : '0159A9',
       fontFile         : 'fonts/HELVETNR.TTF',
       transparent      : '1'
  });*/
    
}  

function RenderTTFDetalhe(){
    
  
  DATAFUNCS.RenderFonts('bagagem',{ 
       fontSize         : '9',
       backgroundColor  : 'FFFFFF',
       color            : '007597',
       fontFile         : 'fonts/DINAltMed.ttf',
       transparent      : '1'
  });
} 


function RenderTTFextras(){
    
  
  DATAFUNCS.RenderFonts('additional',{ 
       fontSize         : '9',
       backgroundColor  : 'FFFFFF',
       color            : '007597',
       fontFile         : 'fonts/DINAltMed.ttf',
       transparent      : '1'
  });
  
  DATAFUNCS.RenderFonts('additional2',{ 
       fontSize         : '9',
       backgroundColor  : 'FFFFFF',
       color            : '007597',
       fontFile         : 'fonts/DINAltMed.ttf',
       transparent      : '1'
  });
  
  DATAFUNCS.RenderFonts('tarifaviatura',{ 
       fontSize         : '9',
       backgroundColor  : 'FFFFFF',
       color            : '007597',
       fontFile         : 'fonts/DINAltMed.ttf',
       transparent      : '1'
  });
  
  
  
  DATAFUNCS.RenderFonts('titExtras',{ 
       fontSize         : '9',
       backgroundColor  : '007597',
       color            : 'FFFFFF',
       fontFile         : 'fonts/DINAltMed.ttf',
       transparent      : '1'
  });
  
  
}   

