// make font object
var arial_rounded_mt_bold = { src: 'http://ecotopia.rs/UI/Images/arial_rounded_mt_bold.swf'};

// activate font
sIFR.activate(arial_rounded_mt_bold);

// apply font to following tags
sIFR.replace(
	arial_rounded_mt_bold,
	{
		selector: 	'h1',
		css: 			'.sIFR-root { background-color: none; color: #437126; font-size: 25px } a { text-decoration: none; background-color: none; color: #437126; font-size: 25px } a:hover { color: #437126; text-decoration: underline }',
		wmode: 		'transparent',
		transparent:'true'
	}
);

sIFR.replace(
	arial_rounded_mt_bold,
	{
		selector: 	'h2.sIFR',
		css: 			'.sIFR-root { background-color: none; color: #ffffff; font-size: 18px } a { text-decoration: none; background-color: none; color: #ffffff; font-size: 18px } a:hover { color: #437126; }',
		wmode: 		'transparent',
		transparent:'true'
	}
);

