
//
var vista = { src: 'images/sifr/helvetica_ultralight.swf' };

sIFR.useStyleCheck = true;
sIFR.forceTextTransform = true;
sIFR.fitExactly = true;
sIFR.repaintOnResize = true;

sIFR.activate(vista);

sIFR.replace(vista, {
  selector: '#titleWithFont',
  css: '.sIFR-root{ font-size: 24px; color: #335C9C;}',
  wmode: 'transparent'//,
  //tuneWidth: -500
});

/*
sIFR.replace(vista, {
  selector: '#content .smallDark',
  css: '.sIFR-root{font-weight: bold;color: #052F43;} a{color: #052F43; text-decoration:none} a:hover{color: #052F43;}',
  wmode: 'transparent'//,
  //tuneWidth: -500
});

sIFR.replace(vista, {
  selector: '#content h1, #content h2, #navigation h1, #sidebar h1, #metanav .contacts h1, #map h1',
  css: '.sIFR-root{font-weight: bold;color: #052F43;} a{font-weight: bold;color: #0077ad; text-decoration:none} a:hover{font-weight: bold;color: #FF9400;}',
  wmode: 'transparent'
}); 
*/
