var myriad = {
src: '/sIFR/myriad.swf',
wmode: 'transparent'
}

var myriadlight = {
src: '/sIFR/myriad-light.swf',
wmode: 'transparent'
}

sIFR.prefetch(myriad, myriadlight);
sIFR.activate(myriad, myriadlight);
function runSIFR() {
// Specific replacement before general
sIFR.replace(myriad, {
selector: 'h1',
css: '.sIFR-root { color: #0055a5;font-size:28px; }',
ratios: [6,1.24,7,1.21,8,1.18,10,1.16,11,1.13,12,1.12,13,1.11,15,1.1,17,1.09,19,1.08,22,1.07,26,1.06,32,1.05,41,1.04,58,1.03,97,1.02,1.01],
filters: {
DropShadow: {
knockout: false
,distance: 1
,color: '#d8d9da'
,strength: 1
}
}
});

sIFR.replace(myriad, {
selector: 'h3',
css: '.sIFR-root { color: #0055a5;font-size:21px; }',
ratios: [6,1.24,7,1.21,8,1.18,10,1.16,11,1.13,12,1.12,13,1.11,15,1.1,17,1.09,19,1.08,22,1.07,26,1.06,32,1.05,41,1.04,58,1.03,97,1.02,1.01],
filters: {
DropShadow: {
knockout: false
,distance: 1
,color: '#ccc'
,strength: 0
}
}
});


sIFR.replace(myriad, {
selector: '#rightcolhead',
css: '.sIFR-root { color: #252525; }',
ratios: [6,1.24,7,1.21,8,1.18,10,1.16,11,1.13,12,1.12,13,1.11,15,1.1,17,1.09,19,1.08,22,1.07,26,1.06,32,1.05,41,1.04,58,1.03,97,1.02,1.01],
filters: {
DropShadow: {
knockout: false
,distance: 1
,color: '#585a5c'
,strength: 1
}
}
});

// General replacement



// If you change the font-size you will need to redo these ratios
}

runSIFR();