var serifa551 = {
src: 'serifa551.swf'
};

sIFR.prefetch(serifa551);
sIFR.activate();
sIFR.replace(serifa551, {
selector: 'h1'
,css: [
'.sIFR-root { color: #ed008c; font-weight: bold; }'
,'a { color: #ed008c;text-decoration: none; }'
,'a:visited { color: #ed008c;text-decoration: none; }'
,'a:hover { color: #ed008c;text-decoration: underline; }'
]
});
sIFR.replace(serifa551, {
selector: 'h2'
,css: [
'.sIFR-root { color: #ed008c; font-weight: bold; }'
,'a { color: #ed008c;text-decoration: none; }'
,'a:visited { color: #ed008c;text-decoration: none; }'
,'a:hover { color: #ed008c;text-decoration: underline; }'
]
});