<!--
* {
	font-family: Arial,Helvitica,Sanserif;
	font-size: 9pt;
}
A:active { color: maroon }
A:hover { color: #FFB901; }

body {
	/*background-color: #8EC641;*/
	/*background: url(bkgd_2pxl.jpg);*/
	background-color: #c2c2c2;
}

.SectionHeader { 
	width: 550px;
	/*color: #704080;*/
	color: #717171;
	font-family: Verdana, Helvitica, Sanserif;
	font-size: 12pt;
	font-weight: bold;
	border-bottom-width: 2px; 
	border-bottom-style: solid; 
	/*border-bottom-color: #704080;*/
	border-bottom-color: #717171;
}
.Section { 
	width: 550px;
	padding-top: 5px;
	padding-bottom: 20px;
	color: black;
}
.SubSectionHeader { 
	color: black;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 5px; 
	border-top-style: dashed; 
	border-top-width: 1px; 
	/*border-top-color: #704080;*/
	border-top-color: #717171;
}

.InputLabel {
	width: 180px;
	padding-right: 8px;
	text-align: right;
	vertical-align: top;
	font-weight: normal;
	float: left;
}
.InputField {
	width: 360px;
	float: left;
}

th.Invoice {
	color: white;
	/*background-color: #704080;*/
	background-color: #717171;
}
td.Invoice {
	color: black;
	background-color: silver;
}
td.InvoiceTotal {
	color: white;
	/*background-color: #704080;*/
	background-color: #717171;
}

.NoteFont { font-size: 9pt; font-style: italic; }
.Error { font-weight: bold; color: red; }
-->
