
			var avenir = {
				src: '/sifr3/avenir.swf'
			};
			
			sIFR.activate(avenir);
			
			sIFR.replace(avenir, {
				selector: '.mainhead1',
				wmode: 'transparent'
				    ,css: [
				      '.sIFR-root {color: #2f6ba6;}'
				      ,'a { text-decoration: none; }'
				      ,'a:link { color: #2f6ba6; }'
				      ,'a:hover { color: #2f6ba6;text-decoration:underline; }'
				    ]
			});
			
						sIFR.replace(avenir, {
				selector: '.mainhead2',
				wmode: 'transparent'
				    ,css: [
				      '.sIFR-root {color: #2f6ba6;}'
				    ]
			});
			
			
			
			
			
			
			sIFR.replace(avenir, {
				selector: '.subhead1',
				wmode: 'transparent'
				    ,css: [
				      '.sIFR-root {font-weight:lighter;color: #8c9095;}'
				      ,'a { text-decoration: none; }'
				      ,'a:link { color: #8c9095; }'
				      ,'a:hover { color: #8c9095;text-decoration:underline; }'
				    ]
			});
			
			
			
						sIFR.replace(avenir, {
				selector: '.mainhead1center',
				wmode: 'transparent'
				    ,css: [
				      '.sIFR-root {color:#2f6ba6;text-align:center;}'
				    ]
			});
			
			sIFR.replace(avenir, {
				selector: '.subhead1center',
				wmode: 'transparent'
				    ,css: [
				      '.sIFR-root {font-weight:lighter;color: #8c9095;text-align:center;}'
				      ,'a { text-decoration: none; }'
				      ,'a:link { color: #8c9095; }'
				      ,'a:hover { color: #8c9095;text-decoration:underline; }'
				    ]
			});
			

			
				sIFR.replace(avenir, {
				selector: '.subhead2center',
				wmode: 'transparent'
				    ,css: [
				      '.sIFR-root {font-weight:lighter;color: #8c9095;text-align:center;}'
				      ,'a { text-decoration: none; }'
				      ,'a:link { color: #8c9095; }'
				      ,'a:hover { color: #8c9095;text-decoration:underline; }'
				    ]
			});
			
			
			sIFR.replace(avenir, {
				selector: '.subhead3',
				wmode: 'transparent'
				    ,css: [
				      '.sIFR-root {font-weight:lighter;color: #2f6ba6;}'
				      ,'a { text-decoration: none; }'
				      ,'a:link { color: #2f6ba6; }'
				      ,'a:hover { color: #2f6ba6;text-decoration:underline; }'
				    ]
			});			
			