var lucida = {
	src: '/flash/lucida.swf',
	wmode: 'transparent'
};

sIFR.activate(lucida);

sIFR.replace(lucida, {
	selector: 'h1',
	css: ['.sIFR-root {color: #999999; font-weight: bold; margin-left: 1.5em}'],
	filters: {
  		DropShadow: {
    		knockout: false,
			distance: 5,
			color: '#000000',
			strength: 5
  		}
	},
	ratios: [6, 1.41, 9, 1.35, 15, 1.29, 21, 1.25, 22, 1.22, 27, 1.24, 29, 1.21, 34, 1.22, 41, 1.21, 45, 1.2, 46, 1.21, 50, 1.2, 51, 1.21, 69, 1.2, 73, 1.19, 74, 1.2, 78, 1.19, 79, 1.2, 1.19]
});

sIFR.replace(lucida, {
	selector: 'h2',
	css: ['.sIFR-root {color: #FFFFFF; font-weight: bold; margin-left: 1.5em; line-height: 1.5em; text-decoration: none;}'],
	offsetTop: '-4px', 
	filters: {
  		DropShadow: {
    		knockout: false,
			distance: 5,
			color: '#000000',
			strength: 5
  		}
	}
});

/*sIFR.replace(lucida, {
	selector: 'h3',
	css: ['.sIFR-root {color: #FFFFFF; font-weight: bold; margin-left: 1.5em}'],
	filters: {
  		DropShadow: {
    		knockout: false,
			distance: 5,
			color: '#000000',
			strength: 5
  		}
	}
});*/