
	body {
		background-color: #FFF !important;
		width: 8.5in;
		height:11in;
		font-family:Arial;
	}

	img.print-logo {
		width: 15%;
		margin-bottom: 1em;
	}

	span {
		font-variant: normal !important;
		text-transform: capitalize !important;
	}

	.node-type-eycu table {
		width: 100% !important;
	}

	table.MsoTableGrid {
		width: 100% !important;
	}

	td {
		/*padding:5px !important;*/
	}

	a:link,
	a:visited {
		color: #000 !important;
		text-decoration: none !important; 
	}

	p.MsoNormal, li.MsoNormal, div.MsoNormal {
		font-size: 12px !important;
	}

@media print {
	.WordSection1 {
		page-break-before: always;
	}
}