table.displayTbl {
	border-collapse:collapse;
	width:100%;
}
table.displayTbl td {
	border-bottom:1px solid #999;
	padding:2px 2px;
	vertical-align:top;
}
table.displayTbl tr.noborder td {
	border-bottom:0px;
}
table.displayTbl th {
	background-color:#369;
	color:#fff;
	padding:4px 2px;
	text-align:left;
}
table.displayTbl tr.quote_header_row td {
	font-weight:bold;
}
table.displayTbl tr.quote_header_row td a {
	font-weight:normal;
}
p.success_message {
	border:1px solid #090;
	background-color:#cfc;
	color:#090;
	padding:10px 5px;
	margin:10px 0px;
	font-weight:bold;
}