	var HelvLight = {
      src: 'fla/HelvLight.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]
    };
	
	var Tabitha = {
      src: 'fla/Tabitha.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(HelvLight,Tabitha);


	
	sIFR.replace(HelvLight, {
      selector: 'h1',
      css: [
      '.sIFR-root { font-weight:bold; color: #005A96; text-align: center; font-style: italic; }',
      'em { font-style:italic; }',
      'strong { font-size: 50pt;}'
      ],
      wmode: 'transparent'
});
	
	
	sIFR.replace(HelvLight, {
      selector: 'h2',
      css: [
      '.sIFR-root { font-weight:bold; color:#D4622E; float: left; text-align: left; }',
      'em { font-style:italic; }',
      'strong { color:#4d4d4d; }'
      ],
      wmode: 'transparent'
});

	sIFR.replace(HelvLight, {
      selector: 'h3',
      css: [
      '.sIFR-root { font-weight:bold; color: #D4622E; text-align: left; }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color: #F1A52A; text-align: left; font-size: 16pt; }'
      ],
      wmode: 'transparent'
});
	
	sIFR.replace(HelvLight, {
      selector: 'h4',
      css: [
      '.sIFR-root { font-weight: bold; color:#D4622E; text-align: right; }',
      'em { color: #8A7F7A; font-size: 12pt; }',
      'strong {  color: #8A7F7A; }'
      ],
      wmode: 'transparent'
});
	
	sIFR.replace(HelvLight, {
      selector: 'h5',
      css: [
      '.sIFR-root { font-weight:bold; color: #8A7F7A; text-align: right; }',
      'em { font-style:italic; }',
      'strong { font-size: 22pt; }'
      ],
      wmode: 'transparent'
});
	
		
	sIFR.replace(HelvLight, {
      selector: 'h6',
      css: [
      '.sIFR-root { font-weight:bold; color: #0085C6; text-align: center; }',
      'em { font-style:italic; }',
      'strong { font-size: 22pt; }'
      ],
      wmode: 'transparent'
});
	