var myriadpro = {
  src: 'flash/myriadpro.swf',
  ratios: [] 
};

sIFR.activate(myriadpro);
sIFR.useStyleCheck = true;

/* .table-home h3 */
sIFR.replace(myriadpro, {
	selector: '.table-home h3',
	css: ['.sIFR-root { color: #0089C4; font-size: 15px; }' ],
	wmode: 'transparent'
});

/* .contentNewsScroll h3 */
sIFR.replace(myriadpro, {
	selector: '.elementNewsScroll h3',
	css: ['.sIFR-root { color: #0089C4; font-size: 14px; }' ],
	wmode: 'transparent'
});

/* #content-top-overview .pagetitle h2.contentTitle */
sIFR.replace(myriadpro, {
	selector: '#content-top-overview .pagetitle h2.contentTitle',
	css: ['.sIFR-root { color: #ffffff; font-size: 20px; }' ],
	wmode: 'transparent'
});

/* #content-top-page h2 */
sIFR.replace(myriadpro, {
	selector: '#content-top-page h2',
	css: ['.sIFR-root { color: #ffffff; font-size: 20px; }' ],
	wmode: 'transparent'
});

/* .table-overview thead th h3 */
sIFR.replace(myriadpro, {
	selector: '.table-overview thead th h3',
	css: ['.sIFR-root { color: #69BE28; font-size: 15px; }' ],
	wmode: 'transparent'
});

/* .table-featured h3 */
sIFR.replace(myriadpro, {
	selector: '.table-featured h3',
	css: ['.sIFR-root { color: #0089C4; font-size: 14px;}' ],
	wmode: 'transparent'
});