var eurostile = { src: '/swfs/eurostile_lt_std_bold.swf' };
var arialblack = { src: '/swfs/arial_black.swf' };
var bellcentenial = { src: '/swfs/bell_centenial_std_address.swf' };

//sIFR.activate(agenda);

sIFR.activate(eurostile);

sIFR.replace(eurostile, {
  selector: '.pageHeader h1',
	css: [
      '.sIFR-root { font-size:22px; color:#459825; }'
      ],
  wmode: 'transparent'
});

sIFR.replace(arialblack, {
  selector: '#topLeft h1',
	css: [
      '.sIFR-root { font-size:25px; color:#ffa800; }'
      ],
  wmode: 'transparent'
});

sIFR.replace(arialblack, {
  selector: '#topLeftWide h1',
	css: [
      '.sIFR-root { font-size:25px; color:#ffa800; }'
      ],
  wmode: 'transparent'
});

sIFR.replace(arialblack, {
  selector: 'h2#who',
	css: [
      '.sIFR-root { font-size:22px; color:#459825; }'
      ],
  wmode: 'transparent'
});

sIFR.replace(arialblack, {
  selector: 'h2#where',
	css: [
      '.sIFR-root { font-size:18px; color:#FFA800; }'
      ],
  wmode: 'transparent'
});

sIFR.replace(bellcentenial, {
  selector: '.subnavHeader h2',
	css: [
      '.sIFR-root { font-size:16px; color:#FFFFFF; }'
      ],
  wmode: 'transparent'
});

sIFR.replace(bellcentenial, {
  selector: '.stripHeader h2',
	css: [
      '.sIFR-root { font-size:16px; color:#FFFFFF; }'
      ],
  wmode: 'transparent'
});


/*sIFR.replace(eurostile, {
  selector: '.pageHeader',
	css: [
      '.sIFR-root { font-size:17px; color:#ffffff; font-weight: normal;text-transform:uppercase;}'
	  ,'.sIFR-root a { font-size:17px; color:#ffffff; font-weight: normal;text-transform:uppercase; text-decoration:none;}'
	  ,'.sIFR-root a:hover { font-size:17px; color:#ffffff; font-weight: normal;text-transform:uppercase; text-decoration:none;}'
      ],
  wmode: 'transparent'
});
*/


