body
{
	background-color: white;
}
td.titlebar
{
	COLOR: black;          
	font-style: italic;
	text-align: center;
	background-color: white;
}
td.titlebar h1{
	COLOR: black;          
	font-size: 28pt;
}
td.navCell
{
	display: none;
}
.pageBreak
{
	page-break-after: always;
}
#bottomText
{
	vertical-align: text-bottom;
	background-color: transparent
}
table.tight
{
	width: 550px;
}
table.pricing
{
	border-style: solid;
	border-color: black;
	border-width: 1px;
	border-collapse: collapse;
}
td.dates
{
	border: solid black 1px;
}
td.prices
{
	text-align: center;
	border: solid black 1px;
}
.noPrint{
     display: none;
}