//<[CDATA[

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

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

'.sIFR-root { color:#FFFFFF; font-size:48px; font-style:normal; font-weight:normal;}'
,'em { font-style:normal; font-weight:normal; color:#FFFFFF; font-size:40px; }'
,'strong { font-style:normal; font-weight:normal; font-size:60px; color:#415900;}'
,'a { color: #02243d;text-decoration: none; }'
,'a:visited { color: #02243d;text-decoration: none; }'
,'a:hover { color: #02243d;text-decoration: none; }'
]

, wmode: 'transparent'

});
