var AdobeGaramondProItalic = {
	src: '/flash/sifr-fonts/Adobe%20Garamond%20Pro%20Italic.swf',
	wmode: 'transparent'
};
var BaskervilleSemiBold = {
	src: '/flash/sifr-fonts/Baskerville%20SemiBold.swf',
	tuneHeight: -4
};

sIFR.activate(AdobeGaramondProItalic,BaskervilleSemiBold);

sIFR.replace(AdobeGaramondProItalic,{
	selector: '#home #homepage-callouts h3',
	css: {
		'.sIFR-root' : { 'leading': '0', 'color': '#dc1921' },
		'a:link' : { 'text-decoration': 'none', 'color': '#dc1921' },
		'a:hover' : { 'text-decoration': 'underline', 'color': '#dc1921' }
	}
});
sIFR.replace(AdobeGaramondProItalic,{
	selector: '#standard-cross-sells .standard-cross-sell h4',
	css: {
		'.sIFR-root' : { 'leading': '0', 'color': '#dc1921' },
		'a:link' : { 'text-decoration': 'none', 'color': '#dc1921' },
		'a:hover' : { 'text-decoration': 'underline', 'color': '#dc1921' }
	}
});
sIFR.replace(BaskervilleSemiBold,{
	selector: '#history-callout h3',
	css: {
		'.sIFR-root' : { 'leading': '0', 'color': '#663300' }
	}
});