//<[CDATA[

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

// -------------------------------------------------------
// Fonts for maincontent homepage news
// -------------------------------------------------------

sIFR.replace(font1, {
selector: 'h1'
,css: [

'.sIFR-root { color: #000000; font-size:18px; font-weight: bold;margin-bottom:0px;text-align: center; }'
,'a { color: #000000;text-decoration: none; }'
,'a:visited { color: #000000;text-decoration: none; }'
,'a:hover { color: #000000;text-decoration: none; }'
]

, wmode: 'transparent'

});

sIFR.replace(font1, {
selector: 'h2'
,css: [

'.sIFR-root { color: #ffffff; font-size:22px; font-weight:normal; margin-bottom:0px; }'
,'a { color: #ffffff;text-decoration: none; }'
,'a:visited { color: #ffffff;text-decoration: none; }'
,'a:hover { color: #ffffff;text-decoration: none; }'
]

, wmode: 'transparent'

});
