body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: black;
	background: white;
	margin: 0;
	padding: 0;
}

div#Header img {
	height: 75px;
	width: 650px;
}

div#Header {
	text-align: center;
}

div#Navigation {
	width: 630px;
	margin: 4px 0px;
	padding: 2px 10px;
	text-align: left;
	left: auto;
	right: auto;
}

/* Form Style for print */
form {
	width: 640px;
	margin: 0px;
	padding: 0px;
}

form p {
	padding: 0px;
	color: #000000;
	background: #FFFFFF;
}

form p input {
	color: #000000;
	background-color: #FFFFFF;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #000000;
	padding-left: 0.2em;
}

form p.Message {
	text-align: left;
}

.formButton {
	display: none;
}
form#purchaseCheckOut fieldset#PurchaseOption {
	display: none;
}
form#purchaseCheckOut table {
	color: #000000;
	background-color: #FFFFFF;
}

.nonPrinting
{
	display:none;
}
.Pagebreak {
	page-break-before: always ;
}

table#signincard {
	border: solid 2px #6F88B0;
	padding: 0px;
	margin: 0px;
	width:280px;
}

table
{
	width: 640px;
}

table table#invoicesummary
{
	width: 100%;
}

thead {
	display: table-header-group;
}	

thead th {
	border-top : solid 2px #6F88B0;
	border-bottom : solid 2px #6F88B0;
}	

tfoot
{
	display: table-footer-group;
}

tfoot td 
{ 
	border-bottom: double 2px #6F88B0;
}

