var regular = { src: '/swf/sifr.swf'};
sIFR.useStyleCheck = true;
sIFR.activate(regular);

function makeFonts() {
	sIFR.replace(regular, {	selector: 'h2.sifr', css: ['.sIFR-root { color:#666666; font-size:18px; padding:0; margin:0; line-height:18px;  }','.sIFR-root a { color:#666666; text-decoration:none; }','.sIFR-root a:hover { color:#666666; text-decoration:none; }'], wmode: 'transparent'});
}

makeFonts();

