
var lettertype = { src: '/flash/sifr.swf' };

sIFR.activate(lettertype);


sIFR.replace(lettertype, {
  selector: '#footer h1'
  ,css: [
        '.sIFR-root { color:#ffffff; font-size:22px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #ffffff; }'
        ,'a:hover { color: #ffffff; text-decoration: underline;}'
      ]
  ,wmode: 'transparent'
});

sIFR.replace(lettertype, {
  selector: '#boxleft h1, #boxright h1'
  ,css: [
        '.sIFR-root { color:#000000; font-size:22px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #000000; text-decoration: underline;}'
      ]
  ,wmode: 'transparent'
});

sIFR.replace(lettertype, {
  selector: 'h1'
  ,css: [
        '.sIFR-root { color:#000000; font-size:26px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #000000; text-decoration: underline;}'
      ]
  ,wmode: 'transparent'
});

sIFR.replace(lettertype, {
  selector: '#banner .statement'
  ,css: [
        '.sIFR-root { color:#ce0000; font-size:18px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #ce0000; }'
        ,'a:hover { color: #ce0000; text-decoration: underline;}'
      ]
  ,wmode: 'transparent'
});

sIFR.replace(lettertype, {
  selector: 'h2'
  ,css: [
        '.sIFR-root { color:#ce0000; font-size:20px; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #ce0000; }'
        ,'a:hover { color: #ce0000; text-decoration: underline;}'
      ]
  ,wmode: 'transparent'
});

