var interstatebold = {
  src: '/flash/interstateb.swf'
};

sIFR.activate(interstatebold);


sIFR.replace(interstatebold, {
  selector: '.sec',
  css: [
  '.sIFR-root { font-size:16px; font-weight:normal; color:#87adbf; letter-spacing:0; line-height:30px; margin-bottom:0; margin-top:0;}',
  ],
wmode: 'transparent'
});



sIFR.replace(interstatebold, {
  selector: 'h2',
  css: [
  '.sIFR-root { font-size:16px; font-weight:normal; color:#555555; letter-spacing:0; line-height:30px; margin-bottom:0; margin-top:0;}',
  ],
wmode: 'transparent'
});


sIFR.replace(interstatebold, {
  selector: 'h3',
  css: [
  '.sIFR-root { font-size:23px; font-weight:normal; color:#87adbf; letter-spacing:-0.2; line-height:30px; margin-bottom:0;}',
  'a {text-decoration:none; color:#87adbf;} ',
  'a:link {color:#87adbf;}',
  'a:hover {color:#555555;}',
  'a:visited {color:#87adbf; text-decoration:line-through;}',
  'a:active {color:#000000}'
  ],
wmode: 'transparent'
});


