var Stone_Sans_Bold = {
  src: 'fla/Stone_Sans_Bold.swf'
 ,ratios:[9, 1.27, 14, 1.19, 21, 1.16, 28, 1.13, 38, 1.12, 53, 1.11, 60, 1.1, 61, 1.11, 94, 1.1, 96, 1.09, 101, 1.1, 102, 1.09, 103, 1.1, 108, 1.09, 110, 1.1, 1.09]
};

var Stone_Sans_Semibold = {
  src: 'fla/Stone_Sans_Semibold.swf'
  ,ratios:[7, 1.35, 11, 1.22, 13, 1.16, 14, 1.18, 21, 1.16, 28, 1.13, 38, 1.12, 53, 1.11, 60, 1.1, 61, 1.11, 94, 1.1, 96, 1.09, 101, 1.1, 102, 1.09, 103, 1.1, 108, 1.09, 110, 1.1, 1.09]
};
 

  sIFR.activate(Stone_Sans_Bold, Stone_Sans_Semibold);

sIFR.replace(Stone_Sans_Bold, {
//  wmode: 'transparent',
    selector: 'h2'
    ,css: [
      '.sIFR-root { color: #211458; text-align: left; font-weight: normal; letter-spacing:0.2; background-color:#ffffff; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #3e1d6e; }'
      ,'a:hover { color: #000000; }'
    ]
  });

sIFR.replace(Stone_Sans_Semibold, {
//  wmode: 'transparent',
	offsetTop:2,
	tuneHeight:-4,
    selector: '#index-col1 ul.bullets li.bullets'
    ,css: [
      '.sIFR-root { color: #211458; text-align: left; font-weight: normal; letter-spacing:0.2; background-color:#ffffff;  }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #3e1d6e; }'
      ,'a:hover { color: #000000; }'
    ]
  });

sIFR.replace(Stone_Sans_Semibold, {
  wmode: 'transparent',
	selector: 'h3'
    ,css: [
      '.sIFR-root { color: #211458; text-align: left; font-weight: normal; letter-spacing:0.2; background-color:#ffffff;  }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #3e1d6e; }'
      ,'a:hover { color: #000000; }'
    ]
  });