var myriadpro = {
	src: '/swf/myriad-pro.swf'
};

sIFR.useStyleCheck = true;
sIFR.activate(myriadpro);

sIFR.replace(myriadpro, {
	selector: 'h1.content_title'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-weight: normal; color: #4e7662; font-size: 26px; height: 26px; }'
	]
});

sIFR.replace(myriadpro, {
	selector: 'h2.menu_title'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-weight: normal; color: #f0f6e8; font-size: 18px; height: 18px; }'
	]
});

sIFR.replace(myriadpro, {
	selector: 'h2.feed_title'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-weight: normal; color: #f0f6e8; font-size: 16px; height: 16px; }'
	]
});

sIFR.replace(myriadpro, {
	selector: 'h2.home_latestnews'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-weight: normal; color: #f0f6e8; font-size: 16px; height: 16px; }'
	]
});

sIFR.replace(myriadpro, {
	selector: 'h2.subtitle'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-weight: normal; color: #65894b; font-size: 26px; height: 26px; }'
	]
});
		
sIFR.replace(myriadpro, {
	selector: 'h3.subtitle'
	,wmode: 'transparent'
	,css: [
		'.sIFR-root { font-weight: normal; color: #65894b; font-size: 16px; height: 16px; }'
	]
});
