var monotype = {
	src: 'sifr/monotypecorsiva.swf'
};

sIFR.fitExactly = true;
sIFR.activate(monotype);

sIFR.replace(monotype, {
	selector: 'h1'
	,css: [
	  '.sIFR-root { color: #F544BA; background-color: #FFFFFF; font-size: 14px;}'
	  ,'a { color: #F544BA; text-decoration: none; }'
	  ,'a:link { color: #F544BA; }'
	  ,'a:hover { color: #F544BA; }'
	]
	,tuneHeight:'-4'
	,wmode:'transparent'
	/*,filters: {
      DropShadow: {
       knockout: false
       ,distance: 2
       ,color: '#CCCCCC'
       ,strength: 2
      }
    }*/

});

