// Load Fonts
var vga_rounded_light = { src:'/templates/sbk/staticresources/assets/swf/vga_rounded_light.swf' };

// activate sIFR
sIFR.activate (vga_rounded_light);

// Replace Fonts
sIFR.replace(vga_rounded_light, {
	selector: '#MainContent h1',
	wmode: 'transparent',
	fitExactly: true,
	css: [ '.sIFR-root {color: #e0853a; font-size: 28px;}'],
	offsetTop: '0',
	tuneHeight: '-5',
	tuneWidth: '15'
});


