

var gothamLight = {
      src: 'swf/Gotham-Light.swf'
};
 
sIFR.activate(gothamLight);
 
sIFR.replace(gothamLight, {
      selector: '.page_title',
       css: [
      '.sIFR-root { font-size:34px; font-weight:normal; color:#065490; padding-bottom: 0;}'
      ],
      wmode: 'transparent'
          ,filters: {
      DropShadow: {
        knockout: false
        ,distance: 0
        ,color: '#666666'
        ,strength: 0
      }
    }
});


sIFR.replace(gothamLight, {
      selector: '.side_title',
       css: [
      '.sIFR-root { font-size:22px; font-weight:normal; color:#065490; padding-bottom: 0;}'
      ],
      wmode: 'transparent'
          ,filters: {
      	DropShadow: {
        knockout: false
        ,distance: 0
        ,color: '#666666'
        ,strength: 0
      }
    }
});