	
	var austral = {
      src: '/flash/austral.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 australbold = {
      src: '/flash/austral-bold.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 australsemibold = {
      src: '/flash/austral-semibold.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(austral,australbold,australsemibold);


sIFR.replace(australsemibold, {selector: '.category-summary h1',css: {
        '.sIFR-root': { 'color': '#FFFFFF', 'background-color':'none'}
      },wmode: 'transparent'});

    sIFR.replace(austral, {
      selector: 'h1'
      ,css: [
        '.sIFR-root { text-align: center; font-weight: bold; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #CCCCCC; }'
      ]
    });
  
    sIFR.replace(australsemibold, {
	   selector: 'h5'
	   ,css: [
        '.sIFR-root { color: #2A3486, background-color:none}'
		,'a { text-decoration: none; }'
        ,'a:link { color: #2A3486; }'
        ,'a:hover { color: #333333; }'
		]
      ,wmode: 'transparent'});
	
	
	
	
  
      sIFR.replace(australsemibold, {
     selector: 'h3'
     ,css: [
        '.sIFR-root { color: #2A3486, background-color:none}'
    ,'a { text-decoration: none; }'
        ,'a:link { color: #2A3486; }'
        ,'a:hover { color: #333333; }'
    ]
      ,wmode: 'transparent'});
	
	
	
	
	
  sIFR.replace(australbold, {selector: '.category-summary h2',css: {
        '.sIFR-root': { 'color': '#FFFFFF', 'letter-spacing': -1.5, 'text-transform': 'uppercase','background-color':'none'}
      },wmode: 'transparent'});
  
  
  
    sIFR.replace(australbold, {selector: 'h2',css: {
        '.sIFR-root': { 'color': '#2A3486', 'letter-spacing': -1.5, 'text-transform': 'uppercase','font-style':'bold','background-color':'none'}
      },wmode: 'transparent'});
	
	
	
  
    sIFR.replace(austral, {
      selector: 'h4.subhead'
      ,css: {
        '.sIFR-root': { 'color': '#660000', 'letter-spacing': -1.5, 'text-transform': 'capitalize' }
      }
      ,filters: {
        DropShadow: {
          knockout: true
          ,distance: 1
          ,color: '#330000'
          ,strength: 2
        }
      }
    });

