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: #557294; text-decoration:none;}'
        	        ,'a:hover { color: #557294; text-decoration:none; }'
				    ,'a:rollover { color: #557294;text-decoration:none; }'
        	        ,'a:active { color: #557294; text-decoration:none;}'
					]
});


sIFR.replace(helv, {
			 selector:'.txtFamily'
			 ,wmode: 'transparent'
			 ,css: [ '.sIFR-root { color: #9AACCA }'
					,'a:link { color: #9AACCA; text-decoration:none;}'
        	        ,'a:hover { color: #9AACCA; text-decoration:none; }'
				    ,'a:rollover { color: #9AACCA;text-decoration:none; }'
        	        ,'a:active { color: #9AACCA; text-decoration:none;}'
					
					]
});
