body {
	font-family: serif;
	font-size: 100%;
	color: rgb(0,0,0);
}

.print {
	display: block;
}

.imgprint {
	display: block;
	visibility: visible;
	margin: 0.5em;
}

img, .noprint, .cleaner {
	display: none;
	visibility: hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "New York CE", utopia, serif;
}

b, strong, em, i {
	margin: 0 !important;
	padding: 0 !important;
}

h1 {
	text-align: center;
}

table {
	width: 90%;
	margin: 0.5em auto;
	border: 2px solid rgb(0,0,0);
}

tr.head th {
	border-bottom: 1px dashed rgb(0,0,0);
}

tr.body th {
	border-top: 2px solid rgb(0,0,0);
	border-bottom: 1px dashed rgb(0,0,0);
}

tr.footer th {
	border-top: 2px solid rgb(0,0,0);
}

p {
	text-align: justify;
}

ul, li {
	text-align: left;
}

form p {
	margin: 0.5em 0 0.2em;
}

a {
	color: rgb(0,0,0);
	text-decoration: none;
	font-weight: bold;
	font-family: serif;
}
