$(".TRS_Editor").removeClass("TRS_Editor");$(".contenttongyong").add(".contenttongyong p").add(".contenttongyong font").add(".contenttongyong span").add(".contenttongyong p *").add(".contenttongyong font *").add(".contenttongyong span *").each(function(){textindent=$(this).css("text-indent");textalign=$(this).css("text-align");fontweight=$(this).css("font-weight");$(this).removeAttr("style");if(textindent.indexOf("0")>=0||textindent.indexOf("-")>=0){$(this).css({"text-indent":"0em"});}else{$(this).css({"text-indent":"2em"});};$(this).css({"font-size":"","line-height":"28px","font-family":"Sinsum","text-align":textalign,"font-weight":fontweight});});$(".contenttongyong b").add(".contenttongyong strong").add(".contenttongyong b *").add(".contenttongyong strong *").each(function(){$(this).css("font-weight","bold")});$("td *").each(function(){$(this).css("text-indent","0pt")});