//<[CDATA[

	var font1 = { src: '/sifr/sifr.swf' };
  
	sIFR.useStyleCheck = true;
	sIFR.activate(font1);

// -------------------------------------------------------
// Fonts for maincontent homepage news
// -------------------------------------------------------

sIFR.replace(font1, {
selector: 'h1'
,css: [

'.sIFR-root { color: #999999; font-size:26px; font-weight:normal; margin-bottom:0px; }'
,'a { color: #999999;text-decoration: none; }'
,'a:visited { color: #999999;text-decoration: none; }'
,'a:hover { color: #999999;text-decoration: none; }'
]

, wmode: 'transparent'

});

sIFR.replace(font1, {
selector: 'div#login h2'
,css: [

'.sIFR-root { color: #FFFFFF; font-size:18px; font-weight:normal; }'
,'a { color: #FFFFFF; text-decoration: none; }'
,'a:visited { color: #FFFFFF; text-decoration: none; }'
,'a:hover { color: #FFFFFF; text-decoration: none; }'
]

, wmode: 'transparent'

});

sIFR.replace(font1, {
selector: 'h2'
,css: [

'.sIFR-root { color: #000000; font-size:18px; font-weight:normal; }'
,'a { color: #000000; text-decoration: none; }'
,'a:visited { color: #000000; text-decoration: none; }'
,'a:hover { color: #000000; text-decoration: none; }'
]

, wmode: 'transparent'

});