* {
	margin: 0px;
	padding: 0px;
}
html{
	height:100%;
}
body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	line-height: 17px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	height:100%;
	margin:0px;
}
.noprint {
	display:none;
}
.onlyprint {
	display:block;
}