var robinshand = {
      src: '/fonts/robinshand.swf'
};

var swiss721_light = {
        src: '/fonts/swiss721_light.swf'
}

sIFR.activate(robinshand, swiss721_light);


sIFR.replace(swiss721_light, {
      selector: 'div#content.white div#internal_content h1',
      css: [
      '.sIFR-root { font-size:20px; font-weight:normal; color:#000000; background-color: #000000}',
      'a:link { color: #666666; text-decoration: none;}',
      'a:visited { color: #666666; text-decoration: none; }',
      'a:hover { color: #000000 }',
      '.break { display: block; }',
      '.line1 { color: #666666 }'
      ],
      wmode: 'transparent'
});

sIFR.replace(swiss721_light, {
      selector: '#content h1.sifr',
      css: [
      '.sIFR-root { font-size:20px; font-weight:normal; color:#FFFFFF; background-color: #000000}',
      'a:link { color: #666666; text-decoration: none;}',
      'a:visited { color: #666666; text-decoration: none; }',
      'a:hover { color: #000000 }',
      '.break { display: block; }',
      '.line1 { color: #666666 }'
      ],
      wmode: 'transparent'
});

sIFR.replace(swiss721_light, {
      selector: '#content h2.sifr',
      css: [
        '.sIFR-root { font-size:20px; font-weight:normal; color: #999999; background-color: #000000}',
        '.break { display: block; }',
        'a:link { color: #FFFFFF; text-decoration: none; }',
        'a:visited { color: #FFFFFF; text-decoration: none; }',
        'a:hover { color: #666666 }'
      ],
      tuneHeight: '-2',
      wmode: 'transparent'
});

sIFR.replace(swiss721_light, {
      selector: '#content span.sifr',
      css: [
      '.sIFR-root { font-size:16px; font-weight:normal; color: #999999; background-color: #000000; margin: 0; padding: 0; line-height: 16px}'
      ],
      tuneHeight: '-2',
      preventWrap: true,
      forceSingleLine: true,
      wmode: 'transparent'
});

sIFR.replace(swiss721_light, {
      selector: '#content h2.sifr_black_on_white',
      css: [
      '.sIFR-root { font-size:20px; font-weight:normal; color: #666666; background-color: #ffffff}',
      '.break { display: block; }'
      ],
      tuneHeight: '-2',
      wmode: 'transparent'
});

sIFR.replace(swiss721_light, {
      selector: '#content h1.sifr_black_on_white',
      css: [
      '.sIFR-root { font-size:20px; font-weight:normal; color:#666666; background-color: #ffffff}',
      'a:link { color: #666666; text-decoration: none; }',
      'a:visited { color: #666666; text-decoration: none; }',
      'a:hover { color: #000000 }'
      ],
      wmode: 'transparent'
});

sIFR.replace(swiss721_light, {
      selector: 'div#internal_content h1.sifr',
      css: [
      '.sIFR-root { font-size:20px; color: #999999}'
      ],
      wmode: 'transparent'
});

sIFR.replace(swiss721_light, {
      selector: '#content div#internal_content h2.sifr',
      css: [
      '.sIFR-root { font-size:20px; color: #999999; background-color: #000000}',
      'a:link { color: #FFFFFF; text-decoration: none; }',
      'a:visited { color: #FFFFFF; text-decoration: none; }',
      'a:hover { color: #666666 }'
      ],
      wmode: 'transparent'
});

sIFR.replace(swiss721_light, {
      selector: '.portfolio_text h1.sifr',
      css: [
      '.sIFR-root { font-size:18px; font-style: italic; font-weight:normal; color:#333333; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(swiss721_light, {
      selector: '#full_width_content h1.sifr',
      css: [
      '.sIFR-root { font-size:26px; font-weight:normal; color:#000000; }'
      ],
      wmode: 'transparent'
});