var formataLight = {
  src: 'http://mikesbookandreel.com/fonts/formataLight.swf'
};

var formataRegular = {
  src: 'http://mikesbookandreel.com/fonts/formataRegular.swf'
};

sIFR.fitExactly = true;
sIFR.activate(formataRegular); // From revision 209 and onwards

sIFR.replace(formataRegular, {
  selector: 'ul#navigation li'
  	,css: [
  		,'.sIFR-root { color:#999999; font-weight: normal; text-align: center; font-size: 14px; }'
  		,'a:link { color: #999999; text-decoration: none; }'
      	,'a:hover { color: #999999; text-decoration: underline;}'
      	,'.selected { color: #e15f40; text-decoration: none; }'
  	]
  	, wmode: 'transparent'
});

sIFR.replace(formataRegular, {
  selector: 'h1'
  	,css: [
  		,'.sIFR-root { color:#e15f40; font-weight: normal; text-align: left; font-size: 14px; }'
  		,'a:link { color: #e15f40; text-decoration: none; }'
      	,'a:hover { color: #e15f40; text-decoration: underline;}'
  	]
  	, wmode: 'transparent'
});

sIFR.replace(formataRegular, {
  selector: 'h2'
  	,css: [
  		,'.sIFR-root { color:#999999; font-weight: normal; text-align: left; font-size: 14px; }'
  		,'a:link { color: #e15f40; text-decoration: none; }'
      	,'a:hover { color: #999999; }'
  	]
  	, wmode: 'transparent'
});

sIFR.replace(formataRegular, {
  selector: 'h3'
  	,css: [
  		,'.sIFR-root { color:#999999; font-weight: normal; text-align: left; font-size: 12px; }'
  		,'a:link { color: #e15f40; text-decoration: none; }'
      	,'a:hover { color: #999999; }'
  	]
  	, wmode: 'transparent'
});



