body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

div.address_style a:hover { text-decoration: underline; }

@media screen{
	.tablesize{
		width: 775px;
	} 
	
	.picturetablesize{
		width: 755px;
	}
	
	.description{
		width: 651px;
	}
	
	.picturesize{
		width: 750px;
	}
	
	.hrsize{
		width: 670px;
	}
	
	.framesize{
		width: 670px;
	}
}
@media print{
	.tablesize{
		margin-left: 0px;
		 width: 17.5cm;
		 /*height: 29.7cm;*/
	} 
	.picturesize{
		width: 17.5cm;
	}
	
	.picturetablesize{
		width: 17.6cm;
	}
	
	.framesize{
		width: 17.5cm;
	}
	
	.description{
		width: 17cm;
	}
	
	.hrsize{
		width: 600px;
	}
	
	.no_print{
		display:none;
	}
	
}

