var fedra = {
    src: flashPath+'FedraSansStdMedium.swf'
};

var myriad = {
    src: flashPath+'MyriadPro.swf'
};


sIFR.useStyleCheck = true;
sIFR.activate(fedra,myriad);

sIFR.replace(fedra, {
    selector: 'div#content.home h1'
    ,css: ['.sIFR-root { color: #122e7b; font-size: 20px; line-height: 24px;}']
    ,wmode: 'transparent'
	,selectable: false
});

sIFR.replace(myriad, {
    selector: 'div#contentLarge h1'
    ,css: ['.sIFR-root { color: #b279c8; font-size: 30px; line-height: 34px;}']
    ,wmode: 'transparent'
	,selectable: false
});