var silva = { src: 'silva.swf' };

sIFR.activate(silva);
sIFR.replace(silva, {
	selector: 'b.titleTout',
	css: [ '.sIFR-root { color: #ffffff; font-size: 15px; text-align:center; }',
    'a { text-decoration: none; color: #ffffff; }',
    'a:link { color: #ffffff; }',
    'a:hover { color: #ffffff; text-decoration: none; }',
	'a:visited { text-decoration:none; color:#ffffff; }'] ,
	wmode: 'transparent', tuneHeight: '-3', forceSingleLine: true
});

sIFR.replace(silva, {
	selector: 'b.menuTitle',
	css: [ '.sIFR-root { color: #000000; font-size: 15px; }',
    'a { text-decoration: none; color: #000000; }',
    'a:link { color: #000000; }',
    'a:hover { color: #000000; text-decoration: none; }',
	'a:visited { text-decoration:none; color:#000000; }'] ,
	wmode: 'transparent', tuneHeight: '-3'
});

sIFR.replace(silva, {
	selector: 'b.menuTitleSm',
	css: [ '.sIFR-root { color: #000000; font-size: 12px; }',
    'a { text-decoration: none; color: #000000; }',
    'a:link { color: #000000; }',
    'a:hover { color: #000000; text-decoration: none; }',
	'a:visited { text-decoration:none; color:#000000; }'] ,
	wmode: 'transparent', tuneHeight: '-3'
});

sIFR.replace(silva, {
	selector: 'b.menuheader',
	css: [ '.sIFR-root { color: #e65731; font-size: 24px; }',
    'a { text-decoration: none; color: #e65731; }',
    'a:link { color: #e65731; }',
    'a:hover { color: #e65731; text-decoration: none; }',
	'a:visited { text-decoration:none; color:#e65731; }'] ,
	wmode: 'transparent'
});

sIFR.replace(silva, {
	selector: 'b.pageTitle',
	css: [ '.sIFR-root { color: #000000; font-size: 24px; }',
    'a { text-decoration: none; color: #000000; }',
    'a:link { color: #000000; }',
    'a:hover { color: #000000; text-decoration: none; }',
	'a:visited { text-decoration:none; color:#000000; }'] ,
	wmode: 'transparent'
});
