var Horatio_LT_Bold = {
	src: '/gfx/mff/sifr3_Horatio_LT_Bold.swf',
	ratios: [7, 1.35, 8, 1.36, 12, 1.32, 19, 1.26, 22, 1.5, 29, 1.22, 36, 1.21, 49, 1.20, 50, 1.19, 51, 1.20, 74, 1.19, 75, 1.18, 80, 1.19, 85, 1.18, 86, 1.19, 1.18]
};

var Horatio_LT_Light = {
	src: '/gfx/mff/sifr3_Horatio_LT_Light.swf',
	ratios: [7, 1.32, 8, 1.31, 12, 1.27, 19, 1.23, 22, 1.2, 29, 1.19, 36, 1.18, 49, 1.17, 50, 1.16, 51, 1.17, 74, 1.16, 75, 1.15, 80, 1.16, 85, 1.15, 86, 1.16, 1.15]
};

var Horatio_LT_Medium = {
	src: '/gfx/mff/sifr3_Horatio_LT_Medium.swf',
	ratios: [7, 1.32, 8, 1.31, 12, 1.27, 19, 1.23, 22, 1.2, 29, 1.19, 36, 1.18, 49, 1.17, 50, 1.16, 51, 1.17, 74, 1.16, 75, 1.15, 80, 1.16, 85, 1.15, 86, 1.16, 1.15]
};


sIFR.fromLocal = true;
sIFR.activate(Horatio_LT_Bold, Horatio_LT_Light);

// h1 - all page headings
sIFR.replace(Horatio_LT_Bold, {
	selector: 'h1',
	tuneHeight:-3,
	wmode: 'transparent',
	css: [
		'.sIFR-root {font-weight: normal; color: #008ccd; font-size:30px; margin-bottom:-2px; background-color:#f5f5f5;}'
	]
});

// div#SubNav h3
sIFR.replace(Horatio_LT_Light, {
	selector: 'div#SubNav h3',
	wmode: 'transparent',
	tuneHeight:-4,
	css: [
		'.sIFR-root {font-weight: normal; color: #008ccd; background-color:#f5f5f5;}'
		,'em {color:#008ccd; font-style:normal;}'
	]
});

// div#TeamMenu div.Label h3
sIFR.replace(Horatio_LT_Bold, {
	selector: 'div#TeamMenu div.Label h3',
	wmode: 'transparent',
	tuneHeight:-4,
	css: [
		'.sIFR-root {color: #ffffff}'
		,'em {font-style:normal;}'
	]
});

// Background-number on Image Gallery albums.
sIFR.replace(Horatio_LT_Bold, {
	selector: 'body.ImageGallery div#CategoryList ul li span.ImageCount span',
	wmode: 'transparent',
	tuneHeight:-4,
	css: [
		'.sIFR-root {color: #dbdada; background-color:#f5f5f5;}'
	]
});




sIFR.replace(Horatio_LT_Bold, {
	selector: 'body.MFF_Home div#News h2',
	wmode: 'transparent',
	tuneHeight:-3,
	css: [
		'.sIFR-root {color: #ffffff; background-color:#94c3e4;}'
	]
});







// Spot labels
//sIFR.replace(Horatio_LT_Medium, {
sIFR.replace(Horatio_LT_Bold, {
	selector: 'div.Spot div.Label h3',
	wmode: 'transparent',
	tuneHeight:-5,
	css: [
		'.sIFR-root {color: #ffffff;}'
	]
});








// Select match report label
sIFR.replace(Horatio_LT_Bold, {
	selector: 'div#SelectMatchReport label',
	wmode: 'transparent',
	tuneHeight:-4,
	css: [
		'.sIFR-root {font-size:14px; color: #008ccd}'
	]
});

// body.Person h2.Number
sIFR.replace(Horatio_LT_Bold, {
	selector: 'body.Person h2.Number',
	tuneHeight:-3,
	wmode: 'transparent',
	css: [
		'.sIFR-root {font-weight: normal; color: #333333; font-size:100px; margin-bottom:-2px;}'
	]
});