var freytag = { src: baseUrl + 'public/flash/freytag.swf' };
var corbel = { src: baseUrl + 'public/flash/corbel.swf' };

sIFR.activate(freytag);
sIFR.activate(corbel);

sIFR.replace(freytag, { 
	selector: '.freytag_header',
	wmode: 'transparent',
    css: [
           '.sIFR-root { font-size: 48px; color : #1f6364;}'
         ]     
});

sIFR.replace(corbel, { 
	selector: 'h3',
	wmode: 'transparent',
    css: [
           '.sIFR-root { font-weight: bold; font-size: 22px; color : #1f6364; letter-spacing: 0.2;}',
           '.sIFR-root a { font-weight: bold; font-size: 22px; color : #00B3B1; letter-spacing: 0.2; text-decoration: none;}',
           '.sIFR-root a:hover { font-weight: bold; font-size: 22px; color : #00B3B1; letter-spacing: 0.2; text-decoration: underline;}'
         ]     
});

sIFR.replace(corbel, { 
	selector: 'h4',
	wmode: 'transparent',
    css: [
           '.sIFR-root { font-weight: bold; font-size: 16px; color : #1f6364; letter-spacing: 0.2;}',
           '.sIFR-root a { font-weight: bold; font-size: 16x; color : #00B3B1; letter-spacing: 0.2; text-decoration: none;}',
           '.sIFR-root a:hover { font-weight: bold; font-size: 16px; color : #00B3B1; letter-spacing: 0.2; text-decoration: underline;}'
         ]     
});




