
body, div, td, th, h2, h1, h3, h4, a, a:visited, a:hover
{
	color : black;
}

table.NoBorder
{
	border : solid 1px black;
}

table.NoBorder td
{
	border : solid 1px black;
}

table.InvoiceSummary, tr
{
	page-break-inside : avoid;
}

table.InvoiceSummary
{
	page-break-before : avoid;
	widows : 5;
	orphans : 5;
}

table.Invoice
{
	page-break-after : avoid;
}

div#navigationMenu, div#trafficLight, div#helpCenter
{
	display : none;
}

h1, h2, h3, h4, h5
{
	page-break-after : avoid;
}

