var cambria = { src: 'cambria.swf' };
sIFR.activate(cambria); 
sIFR.replace(cambria, { selector: 'h1',
			 			wmode: 'transparent',
						css: [  
						'.sIFR-root { color: #333333; }',
						  ]  
						});
sIFR.replace(cambria, { selector: '#menu .main_link',
			 			wmode: 'transparent',
						forceSingleLine: true,
						css: [  
						'.sIFR-root { text-align:left; }',
						'a { color:#6F7072; text-decoration:none }',
						'a:hover { color: #E42F39; text-decoration:none }'
						  ]  
			 			});
sIFR.replace(cambria, { selector: '#content_botom_lower',
			 			wmode: 'transparent',
						css: [  
						'.sIFR-root { text-align:center;  font-style:italic; }',
						'.text_red { color: #E42F39; font-style:italic; }',
						'.text_black { color: #000000; font-style:normal; font-weight:bold; }'
						  ]  
						});
sIFR.replace(cambria, { selector: '#footer_inner_links .bottom_link',
			 			wmode: 'transparent',
						forceSingleLine: true,
						css: [  
						'.sIFR-root { text-align:center; }',
						'a { color: #E42F39; text-decoration:none; font-weight:bold; }',
						'a:hover { color:#6F7072; text-decoration:none; }'
						  ]  
						});
sIFR.replace(cambria, { selector: '#footer_inner_copyright',
			 			wmode: 'transparent',
						css: [  
						'.sIFR-root { text-align:center; font-size:14px }',
						'.text_red { color: #E42F39; font-weight:bold; }',
						'.text_black { color: #000000; font-weight:bold; }',
						'a { color: #E42F39; text-decoration:none; font-weight:bold; }',
						'a:hover { color:#6F7072; text-decoration:none; }'
						  ]  
						});
sIFR.replace(cambria, { selector: '#box2_foot',
			 			wmode: 'transparent',
						css: [  
						'.sIFR-root { color: #E42F39; font-size:14px; font-weight:bold; }',
						'a { color: #E42F39; font-weight:bold; text-decoration:none }',
						'a:hover { color: #E42F39; text-decoration:none }'
						  ]  
						});
sIFR.replace(cambria, { selector: '#box3_foot',
			 			wmode: 'transparent',
						css: [  
						'.sIFR-root { color: #E42F39; font-size:14px; font-weight:bold; text-align:right }',
						'a { color: #E42F39; font-weight:bold; text-decoration:none }',
						'a:hover { color: #E42F39; text-decoration:none }'
						  ]  
						});
sIFR.replace(cambria, { selector: '#flantrepreneur',
			 			wmode: 'transparent',
						css: [  
						'.sIFR-root { color: #E42F39; font-size:20px; font-weight:bold; }',
						  ]  
						});
sIFR.replace(cambria, { selector: '#flantrepreneur_link',
			 			wmode: 'transparent',
						css: [  
						'.sIFR-root { color: #E42F39; font-size:16px; font-weight:bold; }',
						'a { color: #E42F39; font-weight:bold; text-decoration:none }',
						'a:hover { color: #E42F39; text-decoration:none }'
						  ]  
						});
