if (window.sifrCharset != null && sifrCharset == 'CE')
{
	var MaxLFRegular = {
	  src: '/files/system/MaxCELFSemiBold.swf'
	};
	var MaxLFSemiBold = {
	  src: '/files/system/MaxCELFSemiBold.swf'
	};
}
else
{
	var MaxLFRegular = {
	  src: '/files/system/MaxLFSemiBold.swf'
	};
	var MaxLFSemiBold = {
	  src: '/files/system/MaxLFSemiBold.swf'
	};
}

sIFR.activate(MaxLFRegular, MaxLFSemiBold);

sIFR.replace(MaxLFSemiBold, {
    selector: 'h1.white'
    ,css: [
      '.sIFR-root { leading: -9; text-align: left; font-weight: normal; color: #ffffff; font-size: 28px; line-height: 10px }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #ffffff; }'
    ]
	,leading: -40
    ,wmode: 'transparent'
	,filters: {
	  DropShadow: {
	    knockout: false
	    ,distance: 1
	    ,color: '#000000'
	    ,strength: 1
	  }
	}
});

sIFR.replace(MaxLFSemiBold, {
    selector: '.arrowLink h2.white'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: normal; color: #ffffff; font-size: 14px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #ffffff; }'
    ]
    ,wmode: 'transparent'
	,filters: {
	  DropShadow: {
	    knockout: false
	    ,distance: 1
	    ,color: '#000000'
	    ,strength: 1
	  }
	}
});

sIFR.replace(MaxLFSemiBold, {
    selector: '.topText h2.white'
    ,css: [
      '.sIFR-root { leading: 0;text-align: left; font-weight: normal; color: #ffffff; font-size: 14px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #ffffff; }'
    ]
    ,wmode: 'transparent'
});

sIFR.replace(MaxLFRegular, {
    selector: '.bottomText h3.white'
    ,css: [
      '.sIFR-root { leading: 0; text-align: left; font-weight: normal; color: #ffffff; font-size: 10px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #ffffff; }'
    ]
    ,wmode: 'transparent'
});
