	
	var BellMTStd = {
      src: 'http://www.interstate-backloading.com.au/fla/BellMTStd.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(BellMTStd);


	sIFR.replace(BellMTStd, {
      selector: 'h1',
      wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: bold; color: #FF0000; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #FF0000; }'
        ,'a:hover { color: #333333; }'
	    ,'strong { color:#FFFFFF; text-align: right; font-size: 28px; }'
      ]
    });
	
	sIFR.replace(BellMTStd, {
      selector: 'h2',
      wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: bold; color: #333333; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #333333; }'
        ,'a:hover { color: #FF0000; }'
	    ,'strong { text-align: center; }'
      ]
    });
	
	sIFR.replace(BellMTStd, {
      selector: 'h3',
      wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: bold; color: #261d44; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #261d44; }'
        ,'a:hover { color: #333333; }'
	    ,'strong { text-align: center; }'
      ]
    });

	sIFR.replace(BellMTStd, {
      selector: 'h4',
      wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-align: left; font-weight: bold; color: #ff0000; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #FF0000; }'
        ,'a:hover { color: #333333; }'
	    ,'strong { color:#FFFFFF; text-align: right; font-size: 28px; }'
      ]
    });
	
	

	
