
var bellgothic = { src: '/Portals/0/Skins/AQF/sifr3b/flash/bellgothicbt.swf' };



sIFR.activate(bellgothic);

sIFR.replace(bellgothic, {
  selector: 'h2',
  wmode: 'transparent',
  css: '.sIFR-root { background-color: #FFFFFF; color: #277073; }'
});

sIFR.replace(bellgothic, {
  selector: 'h3.specialt',
  wmode: 'transparent',
  css: '.sIFR-root { background-color: #FFFFFF; color: #6c9e9e; }'
});


sIFR.replace(bellgothic, {
  selector: '#page_name  h1',
  wmode: 'transparent',
  css: '.sIFR-root { background-color: #3b8386; color: #FFFFFF; }'
});

sIFR.replace(bellgothic, {
  selector: '.inside_col2 h1',
  wmode: 'transparent',
  css: '.sIFR-root { background-color: #FFFFFF; color: #277073; }'
});


sIFR.replace(bellgothic, {
  selector: '.home_col3 h1, .home_col2 h1, .inside_col1 h1, .inside_col3 h1',
  wmode: 'transparent',
  css: '.sIFR-root { background-color: #FFFFFF; color: #667986; }'
});

