// JavaScript Document


	sIFR.activate(avenir);
	
	
	sIFR.replace(avenir, {
		selector: '#page-heading',
		wmode: 'transparent',
		css: [
			  '.sIFR-root {text-align:right; font-size:26px;}}'

			  ]
	}); 
	
	 
	 
	sIFR.replace(avenir, {
		selector: 'h2',
		wmode: 'transparent',
		css: [
			  '.sIFR-root {cursor:pointer; font-size:25px; text-weight:bold; color:#337237;  }}'
			  ,'a { text-decoration: none; color:#333333; cursor:pointer;}'
			  ,'a:hover { background-color #333333; text-decoration:none; color:#111111; cursor:pointer; }'
			  ]
	}); 
	
	
	sIFR.replace(avenir, {
		selector: 'h3',
		wmode: 'transparent',
		css: [
			  '.sIFR-root {cursor:pointer; font-size:17px;}}'
			  ,'a { text-decoration: none; color:#333333; cursor:pointer;}'
			  ,'a:link { color:#333333; cursor:pointer;}'
			  ,'a:hover { background-color #333333; text-decoration:none; color:#111111; cursor:pointer; }'
			  ]
	});
	
	sIFR.replace(avenir, {
		selector: '.cursor',
		wmode: 'transparent',
		css: [
			  '{cursor:pointer;}}'
			  ]
	}); 
	
//   	sIFR.replace(avenir, {
//		selector: 'h4',
//		wmode: 'transparent',
//		css: [
//			  '.sIFR-root {cursor:pointer; font-size:14px; padding-bottom:0px; line-height:10px;}}'
//			  ,'a { text-decoration: none; color:#333333; cursor:pointer;}'
//			  ,'a:link { color:#333333; cursor:pointer;}'
//			  ,'a:hover { background-color #333333; text-decoration:none; color:#111111; cursor:pointer; }'
//			  ]
//	});
	
/*	sIFR.replace(avenir, {
		selector: 'h5',
		wmode: 'transparent',
		css: [
			  '.sIFR-root {cursor:pointer; font-size:19px;}}'
			  ,'a { text-decoration: none; color:#333333; cursor:pointer;}'
			  ,'a:link { color:#333333; cursor:pointer;}'
			  ,'a:hover { background-color #333333; text-decoration:none; color:#111111; cursor:pointer; }'
			  ]
	});*/
//	
//	#3DB810
//	#337237 