@page { size 8.5in 11in; margin: 2cm }
 /* these will change how things layout when printing */
	.content {
		font-family: verdana;
		font-size: 8pt;
		color: 000000;
	}

	.printHide {
		display: none
	}
	
 /*
	.tableWidth {
		width: 100%
	}
*/

	body {
	background-color: #FFFFFF;
	}
	
	a:link {
		font-family: verdana;
		color: 539D39;
		font-weight: bold;
		font-size: 8pt;
		text-decoration: underline;
	}
	a:visited {
		font-family: verdana;
		color: 539D39;
		font-weight: bold;
		font-size: 8pt;
		text-decoration: underline;
	}
