
var futura = { src: 'Flash/georgia.swf' };

sIFR.activate(futura);




sIFR.replace(futura, {
    selector: '.hm_title',
    wmode: 'transparent',
    css: '.sIFR-root { color: #00264c; font-size:23px; }'
});

sIFR.replace(futura, {
    selector: '.page_title',
    wmode: 'transparent',
    css: '.sIFR-root { color: #ffffff; font-size:23px; }'
});

sIFR.replace(futura, {
    selector: 'h2',
    wmode: 'transparent',
    css: [
    '.sIFR-root { color: #404040; font-size:21px; }'
    ,'a { color: #404040; text-decoration: none; cursor:pointer; }'
    ,'a:link { color: #404040; text-decoration: none ; }'
    ,'a:hover { color: #404040; text-decoration: underline ; }'
    ,'a:focus { color: #404040; text-decoration: underline ; }'    
  ]
});

sIFR.replace(futura, {
    selector: 'h3',
    wmode: 'transparent',
    css: [
		'.sIFR-root { color: #00264c; font-size:24px; }',
		'strong { font-weight:normal; color: #80a3b7;font-size:24px; }',
	]
});

sIFR.replace(futura, {
    selector: 'h4',
    wmode: 'transparent',
    css: '.sIFR-root { color: #ffffff; font-size:18px; }'
});

sIFR.replace(futura, {
    selector: 'h5',
    wmode: 'transparent',
    css: [
    '.sIFR-root { color: #404040; font-size:18px; }'
    ,'a { color: #404040; text-decoration: none; cursor:pointer; }'
    ,'a:link { color: #404040; text-decoration: none ; }'
    ,'a:hover { color: #404040; text-decoration: underline ; }'
    ,'a:focus { color: #404040; text-decoration: underline ; }'    
  ]
});

sIFR.replace(futura, {
    selector: 'h6',
    wmode: 'transparent',
    css: '.sIFR-root { color: #80a3b7; font-size:13px; text-align:right; }'
});

