var helvetica = {
    src: 'hvcb.swf'
};

sIFR.activate(helvetica);

sIFR.replace(helvetica, {
    selector: 'div.vocemenu',
    css: [
    '.sIFR-root {  text-align: center; font-size: 16px; width: 100% }'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #333333; }'
    ,'a:hover { color: #333333; }'
    ]
});

sIFR.replace(helvetica, {
    selector: 'div.attuale',
    css: [
    '.sIFR-root {  text-align: center; font-size: 16px; width: 100% }'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #999999; }'
    ,'a:hover { color: #999999; }'
    ]
});

