/*
This stylesheet is created by Rikkert Koppes. He is like a semantics evangelist!
His advices were very valuable to the project as a whole. Thanks dude!
Check out his crib! http://www.rikkertkoppes.com
*/
/*
@page {
	margin: 0;
	padding: 0;
}
*/
html,body {
	margin: 0;
	padding: 0;
}
p {
	margin-top: 0;
	margin-bottom: 1em;
	/* text-align: justify; */
}
a {
	color: black;
	text-decoration:underline;
	/* display: block; */
}
.noprint {
	display:none;
}
.printonly {
	display:block;
}
td {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background:none;
}



