var avenir = {
  src: 'flash/avenir.swf'
	,ratios: [6, 1.24, 11, 1.21, 19, 1.13, 28, 1.09, 32, 1.08, 49, 1.07, 52, 1.06, 53, 1.07, 65, 1.06, 66, 1.05, 68, 1.06, 79, 1.05, 81, 1.06, 1.05]
};

sIFR.useStyleCheck = true;
sIFR.activate(avenir);

sIFR.replace(avenir, {
  selector: 'h5.reg'
  ,wmode: 'transparent'
  ,css: [
	'.sIFR-root { text-align: left; font-weight: normal; font-size: 12px; color:#FFFFFF; }'
	,'a { text-decoration: none; }'
	,'a:link { color: #FFFFFF; }'
	,'a:hover { color: #FFFFFF; }'
  ]
});
sIFR.replace(avenir, {
  selector: 'h5.last'
  ,wmode: 'transparent'
  ,css: [
	'.sIFR-root { text-align: left; font-weight: normal; font-size: 12px; color:#61AF19; }'
	,'a { text-decoration: none; }'
	,'a:link { color: #61AF19; }'
	,'a:hover { color: #61AF19; }'
  ]
});

sIFR.replace(avenir, {
  selector: 'h1'
  ,wmode: 'transparent'
  ,offsetTop: 2
  ,css: [
	'.sIFR-root { text-align: left; font-weight: normal; font-size: 24px; color:#058346; letter-spacing:0.2; }'
	,'a { text-decoration: none; }'
	,'a:link { color: #058346; }'
	,'a:hover { color: #058346; }'
  ]
});

sIFR.replace(avenir, {
  selector: 'h2'
  ,wmode: 'transparent'
  ,css: [
	'.sIFR-root { text-align: left; font-weight: normal; font-size: 20px; color:#FFFFFF; }'
	,'a { text-decoration: none; color: #FFFFFF; }'
	,'a:link { color: #FFFFFF; }'
	,'a:hover { color: #FFFFFF; text-decoration: underline; }'
  ]
});

sIFR.replace(avenir, {
  selector: 'h3'
  ,css: [
	'.sIFR-root { text-align: left; font-weight: normal; font-size: 13px; color:#058346; }'
	,'a { text-decoration: none; }'
	,'a:link { color: #058346; }'
	,'a:hover { color: #058346; }'
  ]
});