@media print
{
	body,td,th,a
	{
		color: black;
		background: white;
		font-family: Arial;
		font-size: 10pt;
	}
	a:link, a:visited
	{
		background: white;
		color: black;
		text-decoration: underline;
		font-weight: bold;
		font-size: 10pt;
	}
	table
	{
		border: solid 0px white;
		border-color:White;
	}
	h1, h2, h3,h4
	{
		background: white;
		color: black;
		padding-bottom: 4px;
		border-bottom: 1px solid gray;
	}
	.noprint
	{
		display: none;
		height: 1px; 
	}
}
