	input{
		font-family:arial, times;
		font-size:8pt;}

	table.top{
		width:100%;}

	.top td{
		width:33%;
		text-align:center;
		font-family:arial, times;
		font-size:24px;
		font-weight:bold;
		color:blue;}

	table.page-heading{
		width:70%;
		margin-left:15%;}

	.page-heading td{
		text-align:center;
		font-family:arial, times;
		font-size:24px;
		font-weight:bold;
		color:black;}

	table.buttons{
		width:100%;}

	.buttons tr{
		text-align:center;}

	table.detail{
		width:90%;
		margin-left:5%;}

	.detail td{
		background-color:#E8EAE8;
		padding:0px 10px;
		font-size:10pt;
		font-family:arial, times;}

	td.pending{
		color:red;
		padding:0px 10px;
		font-size:10pt;
		font-family:arial, times;}

	td.detail-delete{ 
		background-color:white;
		text-align:center;
		padding:0px 10px;
		font-size:8pt;
		font-family:arial, times;}

	tr.detail-heading{
		font-weight:bold;
		text-align:center;
		}

	.num{
		text-align:right;}

	.err{
		font-weight:bold;
		color:red;}

	table.order-heading{
		width:80%;
		margin-left:10%;
		text-align:center;}

	.order-heading td{
		width:33%;
		font-family:arial, times;
		font-size:10pt;
		vertical-align:top;}

	td.order-heading-label{
		font-family:arial, times;
		font-size:10pt;
		font-weight:bold;}

	.verbage{
		width:80%;
		margin-left:10%;
		text-align:left;
		font-weight:bold;
		color:red;}

	table.order-update{
		width:70%;
		margin-left:15%; 
		text-align:left;}

	td.order-update-data{
		width:25%;
		font-family:arial, times;
		font-size:10pt;
		vertical-align:bottom;}

	td.order-update-label{
		font-family:arial, times;
		font-size:10pt;
		font-weight:bold;
		vertical-align:top;}


