var helvatica = { src: '/flash/sifr.swf' };
var helvatica1 = { src: '/flash/sifr1.swf' };

sIFR.activate(helvatica);
sIFR.activate(helvatica1);

sIFR.replace(helvatica, {
wmode: 'transparent' ,
  selector: 'h1',
  css: '.sIFR-root {  color: #222222;  }'
  
});

sIFR.replace(helvatica, {
wmode: 'transparent' ,
  selector: 'h2',
  
    css: [
        '.sIFR-root { color: #222222; display:block; text-decoration: none; cursor:pointer; cursor:hand; }'
        ,'a { color: #222222; display:block; cursor:pointer; text-decoration: none;}'
        ,'a:link {color: #222222;  cursor:pointer; text-decoration: none;}'
        ,'a:hover { color: #222222;  cursor:pointer; text-decoration: none;}'
      ]
  
  
});

sIFR.replace(helvatica, {
wmode: 'transparent' ,
  selector: 'h3',
  css: '.sIFR-root {  color: #959494; display:block; }'
});





sIFR.replace(helvatica, {
wmode: 'transparent' ,
  selector: '.BlackLargeCopy',
  css: '.sIFR-root {  color: #374254;  }'
});

sIFR.replace(helvatica, {
wmode: 'transparent' ,
  selector: '.BlueLargeCopy',
  css: '.sIFR-root {  color: #044ab8; display:block; }'
});

sIFR.replace(helvatica, {
wmode: 'transparent' ,
  selector: '.NewsItemNameCopy_4',
  css: '.sIFR-root {  color: #024abc;  }'
});




sIFR.replace(helvatica, {
wmode: 'transparent' ,
  selector: '.MemberHeadLight',
  css: '.sIFR-root { background-color: #ffffff; color: #30a3ce; display:block; }'
});



