
    var gil = {
      src: 'gil.swf'
         };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate( gil);

	 sIFR.replace(gil, {
				 
   selector: 'h1'
    ,css: [
     '.sIFR-root { color: #e76e34; font-weight: normal; font-size: 30px; text-align: left;}'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #e76e34; }'
    ,'a:hover { color: #e76e34; }'
   ]
}); 
	 	
	 sIFR.replace(gil, {
	selector: 'h2'
    ,css: [
     '.sIFR-root { color: #666666; font-weight: normal; font-size: 21px; text-align: left;}'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #e76e34; }'
    ,'a:hover { color: #e76e34; }'
   ]
}); 
	
		 sIFR.replace(gil, {
	selector: '#cont_agenda h3'
    ,css: [
     '.sIFR-root { color: #e76e34; font-weight: normal; font-size: 16px; text-align: left;}'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #e76e34; }'
    ,'a:hover { color: #e76e34; }'
   ]
}); 
	
	 sIFR.replace(gil, {
	selector: '#kolom1 h3'
    ,css: [
     '.sIFR-root { color: #e76e34; font-weight: normal; font-size: 16px; text-align: left;}'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #e76e34; }'
    ,'a:hover { color: #e76e34; }'
   ]
}); 
	 
	  sIFR.replace(gil, {
	selector: '#kolom_rechts h3'
    ,css: [
     '.sIFR-root { color: #666666; font-weight: normal; font-size: 16px; text-align: left;}'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #666666; }'
    ,'a:hover { color: #666666; }'
   ]
});
	
	 sIFR.replace(gil, {
	selector: 'h4'
    ,css: [
     '.sIFR-root { color: #e76e34; font-weight: normal; font-size: 21px; text-align: left;}'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #e76e34; }'
    ,'a:hover { color: #e76e34; }'
   ]
	
}); 
	 
	 
	 
	
