//<[CDATA[
var bell = {
  src: 'bell.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(bell);

sIFR.replace(bell,  {
selector: 'h1'
,wmode:'transparent'
,css: [
  '.sIFR-root { color:#003366; font-size:21px; display:visible; font-style:normal; font-weight:normal;}'
  
]
});

sIFR.replace(bell,  {
selector: 'h2'
,wmode:'transparent'
,css: [
  '.sIFR-root { color:#003366; font-size:13px; display:visible; font-weight:bold; font-style:normal; }',
   ,'a { text-decoration: none; color: #003366;}'
   ,'a:hover { text-decoration: none; color: #003366;}'
]
});
sIFR.replace(bell,  {
selector: 'h4'
,wmode:'transparent'
,css: [
  '.sIFR-root { color:#003366; font-size:13px; display:visible; font-weight:bold; font-style:normal; cursor:pointer;}',
]
});
sIFR.replace(bell,  {
selector: 'h3'
,wmode:'transparent'
,css: [
  '.sIFR-root { color:#FF0000; font-size:13px; display:visible; font-weight:bold; font-style:normal; }',
]
});

sIFR.replace(bell,  {
selector: '.treeText'
,wmode:'transparent'
,css: [
  '.sIFR-root { color:#003366; font-size:12px; }',
]
});
//]]>