table.sales,td.sales,th.sales {
	border:1px solid #000;
	border-collapse:collapse;
	margin:0;
	padding:0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
td.sales,th.sales{
	padding:.2em .5em;
	vertical-align:top;
	font-weight:normal;
}
thead.sales th, tfoot.sales th, td.noticehead, th.noticehead {
	background:#225522;
	color:#fff;
	font-weight: bold;
}
tfoot.sales td {
	text-align:right;
	background:#225522;
	color:#fff;
}
tbody.sales td {
	text-align:center;
	color:#000;
	background:#fff;
}
tbody.sales tr.salesodd td {
	text-align:center;
	color:#000;
	background:#ffffcc;
}
tbody.sales th {
	text-align:left;
	color:#000;
	background:#fff;
}
tbody.sales tr.salesodd th {
	text-align:left;
	color:#000;
	background:#ffffcc;
}
caption.sales {
	text-align:left;
	font-size:140%;
	line-height: 1.9em;
}
table.sales td.sales a:link{
	color:#369;
}
table.sales td.sales a:visited{
	color:#3a6835;
}
table.sales a:hover{
	color: #caa200;
	text-decoration:none;
}
table.sales a:active{
	color:#caa200;
}
.formreq {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #990000; 
	text-decoration: none;
	font-weight: bold;
}
.divider {
	background-color:#becdfd;
}