var caslon = {
	src: '/swf/caslon-antique.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]
	};
	
sIFR.useStyleCheck = true;
sIFR.activate(caslon);

sIFR.replace(caslon, {
	selector: 'h1.header',
	wmode: 'transparent',
	css: [
      '.sIFR-root { font-size:48px; font-weight:normal; color:#004990; }',
      'em { font-style:italic;}',
      'strong { font-weight:bold;}'
      ]
});

sIFR.replace(caslon, {
	selector: 'h1.home-blog-header',
	wmode: 'transparent',
	css: [
      '.sIFR-root { font-size:48px; font-weight:normal; color:#FFFFFF; }',
      'em { font-style:italic;}',
      'strong { font-weight:bold;}'
      ]
});

sIFR.replace(caslon, {
	selector: 'h1.form-legend',
	wmode: 'transparent',
	css: [
      '.sIFR-root { font-size:36px; font-weight:normal; color:#004990; }',
      'em { font-style:italic;}',
      'strong { font-weight:bold;}'
      ]
});

sIFR.replace(caslon, {
	selector: 'h2.sub-header',
	wmode: 'transparent',
	css: [
      '.sIFR-root { font-size:36px; font-weight:normal; color:#004990; }',
      'em { font-style:italic;}',
      'strong { font-weight:bold;}'
      ]
});

