var InterstateMono = {
	src: '/swf/InterstateMono.swf',
	ratios: [8, 1.3, 9, 1.22, 10, 1.25, 11, 1.22, 17, 1.2, 28, 1.16, 30, 1.15, 40, 1.14, 60, 1.13, 61, 1.12, 65, 1.13, 66, 1.12, 67, 1.13, 103, 1.12, 104, 1.11, 112, 1.12, 114, 1.11, 119, 1.12, 123, 1.11, 1.12]
};

// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
// sIFR.useStyleCheck = true;
sIFR.repaintOnResize  = false;
sIFR.fitExactly = true;
sIFR.activate(InterstateMono);

// sIFR.debug.ratios
sIFR.replace(InterstateMono, {
	selector: 'h2',
	wmode: 'transparent',
	//tuneHeight: -3,
	//filters: { GlowFilter: { knockout: false, color: '#ffffff', strength: 10 } },
	css: ['.sIFR-root { color: #aeaeae; }', 'strong { color: #8ea166; }', 'a { text-decoration: none; }', 'a:link { color: #aeaeae; }', 'a:hover { color: #aeaeae; }', 'a:active { color: #000000; }']
});

sIFR.replace(InterstateMono, {
	selector: 'h3',
	wmode: 'transparent',
	//tuneHeight: -2,
	css: ['.sIFR-root { font-weight: bold; color: #656565; text-transform: uppercase; }', 'strong { color: #8ea166; }']
});

sIFR.replace(InterstateMono, {
	selector: 'h4',
	wmode: 'transparent',
	//tuneHeight: -2,
	css: ['.sIFR-root { font-weight: bold; color: #797979; text-transform: uppercase; }', 'a { text-decoration: none; }', 'a:link { color: #797979; }', 'a:hover { color: #000000; }', 'a:active { color: #8ea166; }']
});