var HelvThin = {
      src: 'http://www.bkcproducts.com/flash/HelvThin.swf'
    };

sIFR.activate(HelvThin);


sIFR.replace(HelvThin, {
      selector: 'h1'
      ,css: [
        '.sIFR-root {font-size:40px; text-align: left; font-weight:normal; color:#0096D4; margin-bottom:0; padding-bottom:0}',
		'a { text-decoration: none;}'
		,'a:link { color:#0096D4; }'
		,'a:hover { color:#0096D4; }'
      ],
	  wmode: 'transparent'
    });
sIFR.replace(HelvThin, {
      selector: 'h2'
      ,css: [
       '.sIFR-root {font-size:22px; text-align: left; font-weight:normal; color:#0096D4; margin-bottom:0; padding-bottom:0}',
	   'h2 a { text-decoration: none; color:#0096D4;  }'
		,'h2 a:hover { color:#0096D4; }'
      ],
	  wmode: 'transparent'
    });
/*
sIFR.replace(HelvThin, {
      selector: 'h3'
      ,css: [
        '.sIFR-root {font-size:18px; text-align: left; font-weight:normal; color:#000000; margin-bottom:0; padding-bottom:0}'
      ],
	  wmode: 'transparent'
    });

sIFR.replace(HelvThin, {
      selector: 'h4'
      ,css: [
        '.sIFR-root {font-size:16px; text-align: left; font-weight:normal; color:#123166; margin-bottom:0; padding-bottom:0}'
      ],
	  wmode: 'transparent'
    });
*/
