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: '#heading, .nicetitle',
css: '.sIFR-root {color: #2a7144;}',
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: '#99b7d6'
,strength: 1
}
}
});

sIFR.replace(myriad, {
selector: '.pbox',
css: {
'.sIFR-root' : {'color': '#ffffff'},
'a': { 'text-decoration': 'underline'},
'a:link': { 'color': '#ffffff' },
'a:hover': { 'color': '#93bc47' }
},
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: '#252525'
,strength: 1
}
}
});


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();
