var freestyle = {
	src: '/design/flash/freestyle.swf'
};

sIFR.activate(freestyle);

sIFR.replace(freestyle,  {
	selector: '#header h2',
	wmode: 'transparent',
	css: [
      '.sIFR-root { font-size:36px; color:#FFFFFF; font-weight: bold; }'
    ],
	filters: {
		DropShadow: {
		knockout: false,
		distance: 1,
		color: '#747474',
		strength: 1
		}
	}
});
sIFR.replace(freestyle,  {
	selector: '.text h3',
	wmode: 'transparent',
	css: [
      '.sIFR-root { font-size:32px; color:#FFFFFF; }'
    ],
	filters: {
		DropShadow: {
		knockout: false,
		distance: 1,
		color: '#747474',
		strength: 1
	}
}});
sIFR.replace(freestyle,  {
	selector: '.text h4',
	wmode: 'transparent',
	css: [
      '.sIFR-root { font-size:26px; color:#FFFFFF; }'
    ],
	filters: {
		DropShadow: {
		knockout: false,
		distance: 1,
		color: '#747474',
		strength: 1
	}
}});

sIFR.replace(freestyle,  {
	selector: '.text h5',
	wmode: 'transparent',
	css: [
      '.sIFR-root { font-size:24px; color:#FFFFFF; }'
    ]
});
    
sIFR.replace(freestyle,  {
	selector: '#news_box h4',
	wmode: 'transparent',
	css: [ 
      '.sIFR-root { font-size:24px; color:#FFFFFF; leading:-9; margin-left:3;}'
    ]
});
