/*Dark Grey: 2e2e2eRed: e91310*/	var font_ApexSansLMI = {		src: '/js/sifr/ApexSansLightMediumItalicT.swf'		, ratios: [9, 1.49, 10, 1.39, 13, 1.41, 16, 1.39, 20, 1.35, 23, 1.36, 29, 1.35, 30, 1.33, 33, 1.34, 34, 1.32, 38, 1.33, 52, 1.32, 54, 1.31, 55, 1.32, 87, 1.31, 89, 1.3, 91, 1.31, 92, 1.3, 93, 1.31, 95, 1.3, 96, 1.31, 102, 1.3, 103, 1.31, 1.3]		};	var font_ApexSansBC = {		src: '/js/sifr/ApexSansBookC.swf'		, ratios: [7, 1.47, 10, 1.43, 15, 1.36, 16, 1.34, 23, 1.32, 27, 1.31, 28, 1.3, 31, 1.29, 34, 1.3, 39, 1.28, 40, 1.29, 52, 1.28, 55, 1.27, 56, 1.28, 84, 1.27, 85, 1.26, 88, 1.27, 91, 1.26, 92, 1.27, 95, 1.26, 96, 1.27, 1.26]		};	var font_ApexSansMC = {		src: '/js/sifr/ApexSansMediumC.swf'		, ratios: [6, 1.92, 7, 1.74, 8, 1.65, 9, 1.56, 10, 1.5, 12, 1.45, 14, 1.37, 16, 1.33, 23, 1.32, 27, 1.31, 28, 1.3, 31, 1.29, 34, 1.3, 39, 1.28, 40, 1.29, 52, 1.28, 55, 1.27, 56, 1.28, 84, 1.27, 85, 1.26, 88, 1.27, 91, 1.26, 92, 1.27, 95, 1.26, 96, 1.27, 1.26]		};	var font_ApexSansMIC = {		src: '/js/sifr/ApexSansMediumItalicC.swf'		, ratios: [7, 1.47, 10, 1.43, 15, 1.36, 16, 1.34, 23, 1.32, 27, 1.31, 28, 1.3, 31, 1.29, 34, 1.3, 39, 1.28, 40, 1.29, 52, 1.28, 55, 1.27, 56, 1.28, 84, 1.27, 85, 1.26, 88, 1.27, 91, 1.26, 92, 1.27, 95, 1.26, 96, 1.27, 1.26]		};	var font_ApexSansLIC = {		src: '/js/sifr/ApexSansLightItalicC.swf'		, ratios: [6, 1.95, 7, 1.78, 8, 1.66, 9, 1.59, 10, 1.52, 11, 1.47, 12, 1.44, 13, 1.4, 16, 1.39, 20, 1.35, 23, 1.36, 29, 1.35, 30, 1.33, 33, 1.34, 34, 1.32, 38, 1.33, 52, 1.32, 54, 1.31, 55, 1.32, 87, 1.31, 89, 1.3, 91, 1.31, 92, 1.3, 93, 1.31, 95, 1.3, 96, 1.31, 102, 1.3, 103, 1.31, 1.3]		};	sIFR.useStyleCheck 	= true;	///sIFR.activate(font_ApexSansLMI);	sIFR.activate();	/* PAGE HEADLINE (Small Red Caps) ---------------------------------------------------------------- */	sIFR.replace(font_ApexSansBC, {		selector: '.heading h1'		, css: [		  '.sIFR-root { color: #e91310; text-transform: lowercase; letter-spacing: 1}'		  , 'a { text-decoration: none; }'		  , 'a:link { color: #e91310; }'		  , 'a:hover { color: #e91310; }'		]		, wmode: 'transparent'		, offsetLeft: -14		, tuneHeight: -10		, thickness: 50		, selectable: false		});/* Big Pull Quote ---------------------------------------------------------------- */	sIFR.replace(font_ApexSansLMI, {		selector: 'h2'		, modifyContentString: function(s) { return s.replace(/<strong>/g, '<span class="strong">').replace(/<\/strong>/g, '</span>') }		, css: [		  '.sIFR-root { color: #2e2e2e; leading: -1;}'		  , '.strong { color: #1a1a1a; font-family: ApexSansMediumItalicT; leading: -1}'		  , 'a { text-decoration: none; }'		  , 'a:link { color: #2e2e2e; }'		  , 'a:hover { color: #2e2e2e; }'		]		, wmode: 'transparent'		, offsetTop: -7		, tuneHeight: -6		//, thickness: 20		, sharpness: -50		, selectable: false		});/*  ---------------------------------------------------------------- */	sIFR.replace(font_ApexSansBC, { // Previously font_ApexSansMC		selector: '.section H3.s_title'		, css: [		  '.sIFR-root { color: #010000; text-transform: lowercase; letter-spacing: 2}'		  , '.num { color: #fe0803; }'		  , '.light {color: #636161; }'		  , 'a { text-decoration: none; }'		  , 'a:link { color: #010000; }'		  , 'a:hover { color: #010000; }'		]		, wmode: 'transparent'		, offsetLeft: -14		, offsetTop: -4		, tuneHeight: -4		, thickness: 100		, selectable: false		});	sIFR.replace(font_ApexSansLIC, {		selector: '.section H3.s_subtitle'		, css: [		  '.sIFR-root { color: #fd0705; text-transform: lowercase; letter-spacing: 1; leading: -8;}'		  , 'a { text-decoration: none; }'		  , 'a:link { color: #fd0705; }'		  , 'a:hover { color: #fd0705; }'		]		, wmode: 'transparent'		, offsetLeft: -14		, offsetTop: -9		, tuneHeight: -12		, thickness: 50		, selectable: false		});	sIFR.replace(font_ApexSansMIC, {		selector: '.sidebox h4'		, css: [		  '.sIFR-root { color: #000000; text-transform: lowercase;}'		  , 'a { text-decoration: none; }'		  , 'a:link { color: #000000; }'		  , 'a:hover { color: #000000; }'		]		, wmode: 'transparent'		, offsetLeft: -14		, offsetTop: -6		, tuneHeight: -13		, thickness: 50		, selectable: false		});/* Generic H1 (Used on error page, etc) ---------------------------------------------------------------- */	sIFR.replace(font_ApexSansMC, {		selector: 'h1'		, css: [		  '.sIFR-root { color: #2e2e2e; text-transform: lowercase; letter-spacing: 2}'		  , 'a { text-decoration: none; }'		  , 'a:link { color: #2e2e2e; }'		  , 'a:hover { color: #2e2e2e; }'		]		, wmode: 'transparent'		, offsetLeft: -14		, tuneHeight: -10		, thickness: 50		, selectable: false		});