
var ArialRoundedMTBold = { src: 'flash/ArialRoundedMTBold.swf' };

// sIFR.useStyleCheck = true;

// Next, activate sIFR:
sIFR.activate(ArialRoundedMTBold);


//#container #panel_main h1 {
sIFR.replace(ArialRoundedMTBold, {
	selector: 'div#panel_container #panel_main h1',
	wmode: 'transparent',
	selectable: 'false',
	css: '.sIFR-root {  font-size:20px; letter-spacing:0; color:#ff6600; }'
});

//#container #main_panel h1 {
sIFR.replace(ArialRoundedMTBold, {
	selector: 'div#container #carousel .item .item_text h3',
	wmode: 'transparent',
	selectable: 'false',
	css: '.sIFR-root {  font-size:22px; letter-spacing:0; color:#ff6600; }'
});

//#container #content_container h1 {
sIFR.replace(ArialRoundedMTBold, {
	selector: 'div#content_container #left_column h1',
	wmode: 'transparent',
	selectable: 'false',
	css: '.sIFR-root {  font-size:23px; letter-spacing:0; color:#ff6600; }'
});

//#container #content_container h2 {
sIFR.replace(ArialRoundedMTBold, {
	selector: 'div#content_container #left_column h2',
	wmode: 'transparent',
	selectable: 'false',
	css: '.sIFR-root {  font-size:19px; letter-spacing:0; color:#3b4553; }'
});



