var interstate = {
  src: '/js/sifr/interstate.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]
};

var interstatebold = {
  src: '/js/sifr/interstatebold.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]
};

var helvetica = {
	src: '/js/sifr/helvetica.swf',
	fixWrap: true,
	forceClear: true,
	tuneHeight: -5,
	offsetTop: -2,
	fitExactly: true,
	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]
};

sIFR.repaintOnResize = false;

sIFR.replace(interstate, {
  selector: 'h1',
  wmode: 'transparent',
  css: [
	  '.sIFR-root {color: #5C5C5C;margin:0;padding:0}'
	]
});

sIFR.replace(interstate, {
  selector: 'h2.int',
  wmode: 'transparent',
  css: [
	  '.sIFR-root {color: #006B64;margin:0;padding:0}'
	]
});


sIFR.replace(helvetica, {
  selector: 'h3',
  wmode: 'transparent',
  css: [
	  '.sIFR-root {color: #006B64; font-weight: bold}'
	]
});

sIFR.replace(helvetica, {
  selector: 'h5',
  wmode: 'transparent',
  css: [
	  '.sIFR-root {color: #666666; font-weight: bold}'
	]
});

sIFR.replace(interstate, {
  selector: 'h4',
  wmode: 'transparent',
  css: [
	  '.sIFR-root {color: #5C5C5C;margin:0;padding:0}'
	]
});

sIFR.replace(helvetica, {
	selector: 'h2.hel',
	wmode: 'transparent',
	css: ['.sIFR-root { color:#666666; text-decoration: none; font-weight: bold; padding: 0; margin: 0}', 'a { text-decoration: none; font-weight: bold; padding: 0; margin: 0}' ,'a:link { color: #666666; font-weight: bold; padding: 0; margin: 0;}' ,'a:hover { color: #666666; text-decoration: underline; padding: 0; margin: 0;}'],
	wmode: 'transparent'
});

sIFR.replace(helvetica, {
	selector: 'h2.helgroen',
	wmode: 'transparent',
	css: ['.sIFR-root { color:#006B64; text-decoration: none; font-weight: bold; padding: 0; margin: 0}', 'a { text-decoration: none; font-weight: bold; padding: 0; margin: 0}', 'a:link { color: #006B64; font-weight: bold; padding: 0; margin: 0;}', 'a:hover { color: #666666; text-decoration: underline; padding: 0; margin: 0;}'],
	wmode: 'transparent'
});

sIFR.replace(helvetica, {
	selector: 'h2.helgroen15',
	wmode: 'transparent',
	css: ['.sIFR-root { color:#006B64; text-decoration: none; font-weight: bold}', 'a { text-decoration: none; font-weight: bold;}' ,'a:link { color: #006B64; font-weight: bold;}' ,'a:hover { color: #666666; text-decoration: underline;}'],
	wmode: 'transparent'
});
sIFR.activate(interstate, helvetica); // From revision 209 and onwards

