    var font1 = {
        src: 'swf/HelveticaNeueLTStdMd.swf'
        //,ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]
    };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(font1);
  
  
  
    sIFR.replace(font1, {
        selector: '.sharePriceCost'
        , wmode: 'transparent'
	    , css: [
          '.sIFR-root { color:#1E1C77; height:26px; font-size:26px; font-weight: bold; leading: -10;}'
          , 'a { text-decoration: none; }'
          , 'a:link { color: #1E1C77; }'
          , 'a:hover { color: #1E1C77; text-decoration:none; }'
        ]
    });


    sIFR.replace(font1, {
        selector: '.primary_nav li span'
	 , forceSingleLine: 'true'
	 , tuneWidth: '0'
	 , fitExactly: true
     , wmode: 'transparent'
	  , css: [
          '.sIFR-root { color:#FFFFFF; height:15px; font-size:15px; font-weight: bold;}'
          , 'a { text-decoration: none; }'
          , 'a:link { color: #FFFFFF; }'
          , 'a:hover { color: #FFFFFF; text-decoration:none; }'
      ]
    });
	
    sIFR.replace(font1, {
        selector: '.home #title'
        , wmode: 'transparent'
	    , css: [
          '.sIFR-root { color:#FFFFFF; height:24px; font-size:24px; font-weight: bold; leading: -5;}'
          , 'a { text-decoration: none; }'
          , 'a:link { color: #FFFFFF; }'
          , 'a:hover { color: #FFFFFF; text-decoration:underline; }'
        ]
    });

    sIFR.replace(font1, {
        selector: '.home h2'
        ,wmode: 'transparent'
	    ,css: [
          '.sIFR-root { color:#1E1C77; height:20px font-size:20px; font-weight: bold;}'
          ,'a { text-decoration: none; }'
          , 'a:link { color: #1E1C77; }'
          , 'a:hover { color: #1E1C77; }'
        ]
    });

    sIFR.replace(font1, {
    selector: '.subContent h2, .subNav ul li span a, h1'
        , wmode: 'transparent'
        , fitExactly: true
	    , css: [
          '.sIFR-root { color:#1E1C77; height:20px font-size:20px; leading: -10; font-weight: bold;}'
          ,'.roman { font-weight: normal; }'
          , 'a { color:#1E1C77; height:20px font-size:20px; leading: -10; font-weight: bold; text-decoration: none; }'
          , 'a:link { color:#1E1C77; height:20px font-size:20px; leading: -10; font-weight: bold; color: #000000; }'
          , 'a:hover { color:#1E1C77; height:20px font-size:20px; leading: -10; font-weight: bold; color: #000000; text-decoration:underline; }'
        ]
    });

    sIFR.replace(font1, {
        selector: '.intro'
        , wmode: 'transparent'
	    , css: [
          '.sIFR-root { color:#666; height:18px font-size:18px; leading: -2; font-weight: bold;}'
          , 'a { color: #666; text-decoration: none; }'
          , 'a:link { color: #666; font-weight: normal; }'
          , 'a:hover { color: #666; font-weight: bold; text-decoration:none; }'
        ]
    });

