var existence = {
      src: '/sifr/flash/futura.swf'
};

var existence2 = {
      src: '/sifr/flash/futura2.swf'
};
 
sIFR.activate(existence);

sIFR.activate(existence2);
 
sIFR.replace(existence, {
      selector: 'h1',
   css: [
      '.sIFR-root { font-size:25px; color:#333333; text-transform: uppercase; }'
      ],
   
	
      wmode: 'transparent'
});

sIFR.replace(existence2, {
      selector: '.title-right',
   css: [
      '.sIFR-root { font-size:25px; color:#333333; }'
      ],
   
	
      wmode: 'transparent'
});

sIFR.replace(existence, {
      selector: 'h2',
   css: [
      '.sIFR-root { font-size:16px; color:#333333; }'
      ],
   
	
      wmode: 'transparent'
});

sIFR.replace(existence, {
      selector: 'h2 a',
   css: [
      '.sIFR-root { font-size:16px; color:#333333; }'
      ],
   
	
      wmode: 'transparent'
});

sIFR.replace(existence, {
      selector: 'h3',
   css: [
      '.sIFR-root { font-size:16px; color:#333333; }'
      ],
   
	
      wmode: 'transparent'
});

sIFR.replace(existence, {
      selector: 'h3.sidebox-title',
   css: [
      '.sIFR-root { font-size:18px; color:#333333; font-weight:bold; }'
      ],
   
	
      wmode: 'transparent'
});

sIFR.replace(existence, {
      selector: 'h3.right-title',
   css: [
      '.sIFR-root { font-size:20px; color:#333333; font-weight:bold; }'
      ],
   
	
      wmode: 'transparent'
});

