var sirka = screen.width
if (sirka <= 800){
	document.write("<style>")
	document.write('table {margin-top: 0pt;}')
	document.write("</style>")
} else {
	document.write('<style>')
/*	document.write('@page { mso-page-orientation: landscape;}')	*/
	document.write('body {overflow: hidden;}')
	document.write('table {margin-top: 40pt;}')
	document.write('</style>')
}	


