var usatypewriter = {
      src: '/flash/usatypewriter.swf'
};
 
sIFR.activate(usatypewriter);
 
sIFR.replace(usatypewriter, {
      selector: 'h1.sifr',
	  css: [
      '.sIFR-root { font-size: 35px; color:#ee3124; font-style:normal; margin:0px; display: block; background-color:#ffffff; }'
      ],
	offsetTop: '-7',
	tuneHeight :'-13'
	 
});

sIFR.replace(usatypewriter, {
      selector: 'h1.sifralt',
	  css: [
      '.sIFR-root { font-size: 35px; color:#ee3124; font-style:normal; margin:0px; display: block; background-color:#ffffff; }'
      ],
	offsetTop: '-7',
	offsetLeft: '+5',
	tuneHeight :'-13'
	 
});

sIFR.replace(usatypewriter, {
      selector: 'h2.sifr',
	  css: [
      '.sIFR-root { font-size: 20px; color:#ee3124; font-style:normal; margin:0px; display: block; background-color:#ffffff; }',
	  '.sIFR-root a { color: #ee3124; text-decoration: none; }',
		'.sIFR-root a:hover { color: #ee3124; text-decoration: none; }',
		'.sIFR-root a:visited { color: #ee3124; text-decoration: none; }'
      ],
	 offsetTop: '-1'
	 
});

sIFR.replace(usatypewriter, {
      selector: 'h2.book',
	  css: [
      '.sIFR-root { font-size: 20px; color:#ee3124; font-style:normal; margin:0px; display: block; background-color:#f4eddd; }',
	  '.sIFR-root a { color: #ee3124; text-decoration: none; }',
		'.sIFR-root a:hover { color: #ee3124; text-decoration: none; }',
		'.sIFR-root a:visited { color: #ee3124; text-decoration: none; }'
      ],
	 offsetTop: '-1'
	 
});




 