
var calibri = { src: 'js/sIFR/calibri.swf' };
var lucidahandwriting = { src: 'js/sIFR/lucidahandwriting.swf' };

sIFR.useStyleCheck = true;
sIFR.preventWrap = true;

sIFR.activate(calibri);
sIFR.activate(lucidahandwriting);

sIFR.replace(calibri, {
  selector: 'h1',
  css: '.sIFR-root {  background-color: #000; color: #00A0D4; text-transform: uppercase; font-weight: normal;}',
  wmode: 'transparent',
	forceSingleLine: true,
	tuneWidth: 20
});

sIFR.replace(calibri, {
    selector: 'h2.startPuffRubrik',
    css: '.sIFR-root {  background-color: #000; color: #ffffff; text-transform: uppercase; font-weight: normal; }',
    wmode: 'transparent',
	forceSingleLine: true,
	tuneWidth: 5
});

sIFR.replace(calibri, {
	selector: 'span#MyBPControlLayout_Container_515_MyControl515_lblHeader',
    css: '.sIFR-root {  background-color: #000; color: #00A0D4; text-transform: uppercase; font-weight: normal; }',
    wmode: 'transparent',
	forceSingleLine: true,
	tuneWidth: 5
});

sIFR.replace(calibri, {
	selector: 'span#MyBPControlLayout_Container_561_MyControl561_lblSearchResultHead',
    css: '.sIFR-root {  background-color: #000; color: #00A0D4; text-transform: uppercase; font-weight: normal; }',
    wmode: 'transparent',
	forceSingleLine: true,
	tuneWidth: 20
});

 sIFR.replace(calibri, {
 	selector: 'h2',
 	css: '.sIFR-root {  background-color: #000; color: #00A0D4; text-transform: uppercase; font-weight: normal; }',
 	wmode: 'transparent',
	forceSingleLine: true,
	tuneWidth: 20
 });

 sIFR.replace(calibri, {
 	selector: 'p.abstract',
 	css: '.sIFR-root {  background-color: #000; color: #00A0D4; text-transform: uppercase; font-weight: normal; }',
 	wmode: 'transparent',
	tuneWidth: 20
});




