var segoe = {
  src: '/_template/segoe.swf'
};

sIFR.activate(segoe);

sIFR.replace(segoe, {
  selector: 'h1'
      ,css: [
      '.sIFR-root { background-color: transparent; color:#cf8e27; font-size:18px; padding-top:0px; padding-bottom:0px; margin-top:0px; margin-bottom:0px; }'
    ]
});

sIFR.replace(segoe, {
  selector: 'h2'
      ,css: [
      '.sIFR-root { background-color: transparent; color:#376476; font-size:16px; padding-top:0px; padding-bottom:0px; margin-top:0px; margin-bottom:0px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #376476; }'
      ,'a:hover { color: #376476; text-decoration:underline; }'
    ]
});

sIFR.replace(segoe, {
  selector: '.staticclass'
      ,css: [
      '.sIFR-root { background-color: transparent; color:#ffffff; font-size:14px; padding:15px 0px 0px 15px; margin-top:0px; margin-bottom:0px; text-align:left; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #ffffff; }'
    ]
});

sIFR.replace(segoe, {
  selector: '.staticclass_right'
      ,css: [
      '.sIFR-root { background-color: transparent; color:#ffffff; font-size:14px; padding:15px 30px 0px 0px; margin-top:0px; margin-bottom:0px; text-align:right; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #ffffff; }'
    ]
});

sIFR.replace(segoe, {
  selector: 'h3'
      ,css: [
      '.sIFR-root { background-color: transparent; color:#ffffff; font-size:14px; margin-top:0px; margin-bottom:0px; margin-left:6px; text-align:left; }'
    ]
});

sIFR.replace(segoe, {
  selector: 'h4'
      ,css: [
      '.sIFR-root { background-color: transparent; color:#ffffff; font-size:16px; margin-top:0px; margin-bottom:0px; text-align:left; font-weight:normal; }'
    ]
});
