var cor=document.getElementById("correction");
if(isFirefox)
{
	cor.innerHTML+='div.but img.w140 {margin-left:52px;}'
	cor.innerHTML+='div.but img.w80 {margin-left:22px;}'
	cor.innerHTML+='div.but img.w120 {margin-left:41px;}'
	cor.innerHTML+='div.but img.w155 {margin-left:60px;}'
	cor.innerHTML+='div.but img.w215 {margin-left:90px;}'
	
	
}
if(isSafari||isChrome)
{
	document.write('<style>');
	document.write('#footmenu td { padding-bottom:1px; }');
	document.write('#footmenu td.rb div {margin-top:7px;}');
	document.write('#footmenu td.rb { padding-bottom:8px; }');
	document.write('#footmenu td.rt { padding-bottom:7px; }');
	document.write('</style>');
}