


var franklin = {
  src: 'sifr/franklin.swf',wmode: 'transparent'
};

sIFR.useStyleCheck = true;
sIFR.activate(franklin);
sIFR.replace(franklin, {
  selector: 'h1.heading'
  ,css: [
	'.sIFR-root { text-align: left; font-weight: normal; text-transform:uppercase; font-size:21 ;color:#262626 }'
  ]
});
sIFR.replace(franklin, {
  selector: 'h2.heading'
  ,css: [
	'.sIFR-root { font-weight: normal; text-transform:uppercase; padding:0; margin:0;  color:#262626 }'
  ]
});
sIFR.replace(franklin, {
  selector: 'h2.formheading'
  ,css: [
	'.sIFR-root { font-weight: normal; text-transform:uppercase; font-size:22;  color:#f5d863}'
  ]
});