// Load Fonts
var lubalin_bold = { src:'/assets/swf/lubalin_bold.swf' };

// Start sIFR
sIFR.activate (lubalin_bold);

// Replace Fonts
sIFR.replace(lubalin_bold, {
	selector: '#Promo h1',
	wmode: 'transparent',
	offsetTop: '-10px',
	tuneHeight: '-5',
	fitExactly: true,
	css: [ '.sIFR-root {color: #ffffff; font-weight: bold; font-size: 36px; leading: -12;}' ]
});


sIFR.replace(lubalin_bold, {
	selector: '#MainContent h1',
	wmode: 'transparent',
	offsetTop: '-7px',
	tuneHeight: '-6',
	fitExactly: true,
	css: [ '.sIFR-root {color: #6170a0; font-weight: bold; font-size: 26px;}' ]
});


sIFR.replace(lubalin_bold, {
	selector: '#Content h1',
	wmode: 'transparent',
	offsetTop: '-5px',
	tuneHeight: '-6',
	fitExactly: true,
	css: [ '.sIFR-root {color: #fbf49c; font-size: 22px;}' ]
});


sIFR.replace(lubalin_bold, {
	selector: '#SideContent h2',
	wmode: 'transparent',
	offsetTop: '-5px',
	tuneHeight: '-6',
	fitExactly: true,
	css: [ '.sIFR-root {color: #fbf49c; font-size: 18px;}' ]
});