var H1 = {
  src: '/flash/optimaLTstd.swf'
};

var H3 = {
  src: '/flash/optimaLTstd.swf'
};

var H5 = {
  src: '/flash/optimaLTstd.swf'
};

sIFR.activate(H1);
sIFR.activate(H3);
sIFR.activate(H5);



sIFR.replace(H1, {
  selector: 'h1'
 ,css: {
      '.sIFR-root': { 'color': '#63bb46' },
      'a': { 'color': '#63bb46', 'text-decoration': 'none' },
      'a:hover': { 'color': '#63bb46', 'text-decoration': 'underline' }
    }
});

sIFR.replace(H3, {
  selector: 'h3',
  css: {
      '.sIFR-root': { 'text-transform': 'capitalize' }
    }

});

sIFR.replace(H5, {
  selector: 'h5'
 ,css: {
      '.sIFR-root': { 'color': '#63bb46' },
      'a': { 'color': '#63bb46', 'text-decoration': 'none' },
      'a:hover': { 'color': '#63bb46', 'text-decoration': 'underline' }
    }
});