var helv = {  src: 'helv.swf'};
sIFR.activate(helv); // From revision 209 and onwards
/*
sIFR.replace(helv, {
			 selector:'.txt'
			 ,wmode: 'transparent'
			 ,css: [ '.sIFR-root { color: #828080 text-decoration:none;}'
					 ,'a:link { color: #838181;text-decoration:none; }'
        	        ,'a:hover { color: #838181; text-decoration:none; }'
				    ,'a:rollover { color: #838181;text-decoration:none; }'
        	        ,'a:active { color: #838181; text-decoration:none;}'
					]
});

sIFR.replace(helv, {
			 selector:'.heading'
			 ,wmode: 'transparent'
			 ,css: [ '.sIFR-root { color: #999999 }']
});

sIFR.replace(helv, {
			 selector:'.darkBottom'
			 ,wmode: 'transparent'
			 ,css: [ '.sIFR-root { color: #FFFFFF }']
});

sIFR.replace(helv, {
			 selector:'.txtEdit'
			 ,wmode: 'transparent'
			 ,css: [ '.sIFR-root { color: #9FA394 }']
});

sIFR.replace(helv, {
			 selector:'.txtWedding'
			 ,wmode: 'transparent'
			 ,css: [ '.sIFR-root { color: #CB8F9C }'
					 ,'a:link { color: #CB8F9C;text-decoration:none; }'
        	        ,'a:hover { color: #CB8F9C; text-decoration:none; }'
				    ,'a:rollover { color: #CB8F9C;text-decoration:none; }'
        	        ,'a:active { color: #CB8F9C; text-decoration:none;}'
					]
});

sIFR.replace(helv, {
			 selector:'.txtEvents'
			 ,wmode: 'transparent'
			 ,css: [ '.sIFR-root { color: #557294 }'
       		        ,'a:link { color: #838181; text-decoration:none;}'
        	        ,'a:hover { color: #838181; text-decoration:none; }'
				    ,'a:rollover { color: #838181;text-decoration:none; }'
        	        ,'a:active { color: #838181; text-decoration:none;}'
					]
});

sIFR.replace(h1, {
			 selector:'.h1'
			 ,wmode: 'transparent'
			 ,css: [ '.sIFR-root { color: #9AACCA }']
});
*/

 sIFR.replace(helv, {
      selector: 'h1'
	   ,wmode: 'transparent'
      ,css: [
        '.sIFR-root { text-transform: uppercase; text-align:center; font-size: 16px; color: #676767; padding:0; margin:0;}'
		       		  ,'a:link { color: #676767; text-decoration:none;}'
        	        ,'a:hover { color: #676767; text-decoration:none; }'
				    ,'a:rollover { color: #676767;text-decoration:none; }'
        	        ,'a:active { color: #676767; text-decoration:none;}'
      ]
    });

