var hel_lt = {
	src: 'img/Helvetica_ThCn_normal.swf'
};
var hel_md = {
	src: 'img/myriad_bold.swf'
};

sIFR.useStyleCheck = true;
sIFR.activate(hel_lt, hel_md);

sIFR.replace(hel_lt, {
	selector: '.sifr_title',
	wmode: 'transparent',
	 css: [
      '.sIFR-root { font-weight: normal; letter-spacing: -0.5; leading: -5; color:#b92d32; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]

});
sIFR.replace(hel_lt, {
	selector: '.sifr_title2',
	wmode: 'transparent',
	css: [
      '.sIFR-root { font-weight: normal; letter-spacing: -0.5; leading: -5; color:#fba8a8; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
	
});
sIFR.replace(hel_lt, {
	selector: '.sp',
	wmode: 'transparent',
	 css: [
      '.sIFR-root { font-weight: normal; letter-spacing: -0.5; leading: -5; color:#f1ead8; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]

});
