
var ekFont = { src: 'https://www.skywards.com/script/ekFont.swf' };

sIFR.useStyleCheck = true;

// Activate sIFR:
sIFR.activate(ekFont);


sIFR.replace(ekFont, {
  selector: 'h1',
  wmode: 'transparent',
  css: '.sIFR-root { background-color: #ffffff; color: #88a9b5; }'
});
sIFR.replace(ekFont, {
  selector: '.headSub',
  wmode: 'transparent',
  css: '.sIFR-root {font-weight: bold; font-size:15px;}'
});
sIFR.replace(ekFont, {
  selector: 'h2',
  wmode: 'transparent',
  css: '.sIFR-root { background-color: #ffffff; color: #88a9b5; }'
});
sIFR.replace(ekFont, {
  selector: '.copySub',
  wmode: 'transparent',
  css: '.sIFR-root { color: #88a9b5; font-weight: bold; font-size:14px; }'
});
sIFR.replace(ekFont, {
  selector: '.copySub a',
  wmode: 'transparent',
  css: '.sIFR-root { color: #88a9b5; font-weight: bold; color:#88a9b5, text-decoration: none; font-size:12px; }'
});
sIFR.replace(ekFont, {
  selector: '.copySubUnderline',
  wmode: 'transparent',
  css: '.sIFR-root { color: #88a9b5; font-weight: bold; }'
});
sIFR.replace(ekFont, {
  selector: '.tongueHead',
  wmode: 'transparent',
  css: '.sIFR-root { color: #ffffff; font-weight: bold; font-size: 13px; }'
});
