//<[CDATA[
var avant = {
  src: 'avant.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(avant);

sIFR.replace(avant,  {
selector: 'h1'
,wmode:'transparent'
,css: [
  '.sIFR-root { color:#3a2f29; font-size:21px; display:visible; font-style:normal; font-weight:bold;}'
]
});

sIFR.replace(avant,  {
selector: 'h2'
,wmode:'transparent'
,css: [
  '.sIFR-root { color:#826a5c; font-size:14px; display:visible; font-weight:bold; font-style:normal; }',
]
});

sIFR.replace(avant,  {
selector: 'h2.titolo'
,wmode:'transparent'
,css: [
  '.sIFR-root { color:#512698; font-size:14px; display:visible; font-weight:bold; font-style:normal; }',
]
});

sIFR.replace(avant,  {
selector: 'h3'
,wmode:'transparent'
,css: [
  	'.sIFR-root { color:#0084cb; font-size:12px; display:visible; font-weight:bold; font-style:normal; text-align:left; text-decoration: none; margin-right:20px;}',
	'a { text-decoration: none; color: #512698;}',
	'a:hover { text-decoration: none; color: #3a2f29;}'

]
});

sIFR.replace(avant,  {
selector: 'h4'
,wmode:'transparent'
,css: [
  '.sIFR-root { color:#3a2f29; font-size:13px; display:visible; font-weight:bold; font-style:normal; }',
]
});
//]]>
