function RenderTTF(){
    
   var blcs = document.getElementsByTagName("td");
    
    	for(i = 0; i <blcs.length; i++){
    	
    	if(blcs[i].className=="solucoesTexto"){
				
  					var filhos = blcs[i].childNodes;
  					
  					for(f = 0; f <filhos.length; f++){
  					
  					 if(filhos[f].tagName == 'H1'){
  					
    					   if(filhos[f].className==""){
                    //filhos[f].className="tituloH1_rub"
                 }
  					 }
  					
  						if(filhos[f].tagName == 'H2'){
  					
    					   if(filhos[f].className==""){
                    //filhos[f].className="tituloH2_rub"
                 }
  					 }
            
           }
        }
    	
    	} 

    
  DATAFUNCS.RenderFonts('tituloH2_rub',{ 
        fontSize         : '12',
       backgroundColor  : 'F5F7F9',
       color            : '333333',
       fontFile         : 'fonts/georgiaz.TTF',
       transparent      : '1'
  });
  

  DATAFUNCS.RenderFonts('tituloH1_home_novo',{ 
       fontSize         : '15',
       backgroundColor  : 'FFFFFF',
       color            : '040404',
       fontFile         : 'fonts/myriad/MYRIADPI.TTF',
       transparent      : '1'
  });
  
  DATAFUNCS.RenderFonts('tituloH1_home_novo2',{ 
       fontSize         : '17.25',
       backgroundColor  : 'FFFFFF',
       color            : '040404',
       fontFile         : 'fonts/myriad/MYRIAPLI.TTF',
       transparent      : '1'
  });
  
  DATAFUNCS.RenderFonts('tituloH1_home_novo3',{ 
       fontSize         : '17.25',
       backgroundColor  : 'FFFFFF',
       color            : '040404',
       fontFile         : 'fonts/myriad/MYRIAPSI.TTF',
       transparent      : '1'
  });
  
    
} 


