var tradegothic = {
  src: 'scripts/sifr/tradegothic.swf'
};

var tradegothicBold = {
  src: 'scripts/sifr/tradegothicBold.swf'
};

var tradegothicCon = {
  src: 'scripts/sifr/tradegothicCon.swf'
};

sIFR.activate(tradegothic,tradegothicBold);

sIFR.replace(tradegothicBold, {
  selector: 'h1.title',
  css: [ 
		'.sIFR-root { color: #ffffff; font-size: 35px; }'
		],
  wmode: 'transparent'
});

sIFR.replace(tradegothicBold, {
  selector: '#pagecontent .sidebar h2',
  css: [ 
		'.sIFR-root { color: #20526e; font-size: 24px; }',
		'em { font-size: 48px; font-style: normal; }'
		],
  wmode: 'transparent'
});

sIFR.replace(tradegothic, {
  selector: '#pagecontent h1',
  css: [ 
		'.sIFR-root { color: #c60312; font-weight: bold; }'
		],
  wmode: 'transparent'
});

sIFR.replace(tradegothic, {
  selector: '#pagecontent h2',
  css: [ 
		'.sIFR-root { color: #c60312; font-weight: bold; }'
		],
  wmode: 'transparent'
});