  var futura = {
    src: 'flash/futura.swf'
  };
  
  var futuraLight = {
    src: 'flash/futura-light.swf'
  };
  
  var futuraMedium = {
    src: 'flash/futura-medium.swf'
  };
  
  var futuraDemi = {
    src: 'flash/futura-demi.swf'
  };
  
  var chaparral = {
    src: 'flash/chaparral.swf'
  };

  sIFR.useStyleCheck = true;
  
  sIFR.activate(futura, futuraLight, futuraMedium, futuraDemi, chaparral);
  
  sIFR.isEnabled = true;
  
  sIFR.replace(futura, {
    selector: 'h1'
	,css: [
      '.sIFR-root { color: #ffffff; font-size: 23px; text-align: right; font-weight: normal; text-transform: uppercase; font-style: italic; background-color: #000000; kerning: true; }'
    ]
	,wmode: 'transparent'
  });
  
  sIFR.replace(futuraLight, {
    selector: '.ct'
	,css: [
      '.sIFR-root { color: #ffffff; font-size: 15px; text-align: left; font-weight: normal; text-transform: none; font-style: normal; background-color: #000000; kerning: true; }'
	  ,'strong { color: #DAE7B0; text-transform: uppercase; }'
	  ,'a { text-decoration: underline; }'
      ,'a:link { color: #DAE7B0; }'
      ,'a:hover { color: #DAE7B0; text-decoration: underline; }'
    ]
	,wmode: 'transparent'
  });
  
  sIFR.replace(futuraLight, {
    selector: '.li, .li2, .li3'
	,css: [
      '.sIFR-root { color: #ffffff; font-size: 15px; text-align: left; font-weight: normal; text-transform: none; font-style: normal; background-color: #000000; kerning: true; }'
	 ,'a { text-decoration: underline; }'
     ,'a:link { color: #DAE7B0; }'
     ,'a:hover { color: #DAE7B0; text-decoration: underline; }'
    ]
	,wmode: 'transparent'
  });
  
  /*
  
  sIFR.replace(futuraLight, {
    selector: 'ol'
	,css: [
      '.sIFR-root { color: #ffffff; font-size: 15px; text-align: left; font-weight: normal; text-transform: none; font-style: normal; background-color: #000000; kerning: true; }'
	 ,'a { text-decoration: underline; }'
     ,'a:link { color: #DAE7B0; }'
     ,'a:hover { color: #DAE7B0; text-decoration: underline; }'
    ]
	,wmode: 'transparent'
  });
  
  */
  
  /*
  
  sIFR.replace(futuraLight, {
    selector: '.ctli'
	,css: [
      '.sIFR-root { color: #ffffff; font-size: 14px; text-align: left; font-weight: normal; text-transform: none; font-style: normal; background-color: #000000; kerning: true; }'
	 ,'a { text-decoration: underline; }'
     ,'a:link { color: #ffffff; }'
     ,'a:hover { color: #95cdce; text-decoration: underline; }'
    ]
	,wmode: 'transparent'
  });
  
  */
  
  sIFR.replace(futuraLight, {
    selector: '.mdcP'
	,css: [
      '.sIFR-root { color: #ffffff; font-size: 18px; text-align: left; font-weight: normal; text-transform: none; font-style: normal; background-color: #000000; kerning: true; }'
    ]
	,wmode: 'transparent'
  });
  
  sIFR.replace(futuraLight, {
    selector: 'h2'
	,css: [
      '.sIFR-root { color: #DAE7B0; font-size: 15px; text-align: left; font-weight: normal; text-transform: uppercase; font-style: normal; background-color: #000000; kerning: true; }'
    ]
	,wmode: 'transparent'
  });
  
  sIFR.replace(chaparral, {
    selector: 'h4.mdcH2'
	,css: [
      '.sIFR-root { color: #95cdce; font-size: 26px; text-align: left; font-weight: normal; text-transform: none; font-style: normal; background-color: #000000; kerning: true; }'
    ]
	,wmode: 'transparent'
  });
  
  sIFR.replace(futuraMedium, {
    selector: '#rightbar h3'
	,css: [
      '.sIFR-root { color: #3AAED2; font-size: 16px; text-align: left; font-weight: normal; text-transform: none; font-style: italic; background-color: #000000; kerning: true; }'
    ]
	,wmode: 'transparent'
  });
  
  sIFR.replace(futuraMedium, {
    selector: '#lefttbar h3'
	,css: [
      '.sIFR-root { color: #3AAED2; font-size: 14px; text-align: left; font-weight: normal; text-transform: uppercase; font-style: italic; background-color: #000000; kerning: true; }'
    ]
	,wmode: 'transparent'
  });
  
  sIFR.replace(futura, {
    selector: '.i1'
	,css: [
      '.sIFR-root { color: #3AAED2; font-size: 13px; text-align: left; font-weight: normal; text-transform: uppercase; font-style: italic; background-color: #000000; kerning: true; }'
	 ,'a { text-decoration: none; }'
     ,'a:link { color: #3AAED2; }'
     ,'a:hover { color: #3AAED2; text-decoration: underline; }'
    ]
	,wmode: 'transparent'
  });
  
  /*
  sIFR.replace(futuraMedium, {
    selector: '.i2'
	,css: [
      '.sIFR-root { color: #95cdce; font-size: 13px; text-align: left; font-weight: normal; text-transform: uppercase; font-style: italic; background-color: #000000; kerning: true; }'
    ]
	,wmode: 'transparent'
  });
  */
  
  sIFR.replace(futuraMedium, {
    selector: '.i2, .i3'
	,css: [
      '.sIFR-root { color: #dae7b0; font-size: 12px; text-align: left; font-weight: normal; text-transform: uppercase; font-style: italic; background-color: #000000; kerning: true; }'
	 ,'a { text-decoration: none; }'
     ,'a:link { color: #dae7b0; }'
     ,'a:hover { color: #dae7b0; text-decoration: underline; }'
    ]
	,wmode: 'transparent'
  });
  
  sIFR.replace(futuraMedium, {
    selector: '#goback'
	,css: [
      '.sIFR-root { color: #3AAED2; font-size: 13px; text-align: right; font-weight: normal; text-transform: none; font-style: italic; background-color: #000000; kerning: true; }'
	  ,'a { text-decoration: none; }'
     ,'a:link { color: #3AAED2; }'
     ,'a:hover { color: #3AAED2; text-decoration: underline; }'
    ]
	,wmode: 'transparent'
  });
  
  sIFR.replace(chaparral, {
    selector: '#adrs'
	,css: [
      '.sIFR-root { color: #ffffff; font-size: 13px; text-align: center; font-weight: normal; text-transform: none; font-style: normal; background-color: #000000; kerning: true; }'
	 ,'a { text-decoration: none; }'
     ,'a:link { color: #ffffff; }'
     ,'a:hover { color: #ffffff; text-decoration: underline; }'
    ]
	,wmode: 'transparent'
  });
  