body {
	font-family: serif;
	font-size: 1em;
	color: rgb(0,0,0);
}

#printinfo {
	display: block !important;
	font-family: Georgia, "New York CE", utopia, serif;
	margin-top: 1.5em;
}

#printinfo p {
	font-size: 0.7em;
	color: rgb(0,0,0);
	margin: 0.2em 0;
}

#main {
	margin: 0 !important;
}

.print {
	display: block !important;
	margin-left: 0.5em;
}

.imgprint {
	display: block !important;
	visibility: visible !important;
	margin: 0.5em;
}

/*.imgprint < div:before {
	content: attr(title);
	font-size: 0.85em;
	font-style: italic;
	display: block;
}*/

img, .noprint, .cleaner, .list, p.atop, .refs, div.photogallery {
	display: none !important;
	visibility: hidden !important;
}

img.imgleft, img.imgright {
	float: none !important;
}

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;
}

#header h1 br {
	display: none;
}