.positive {
	color: #008040;
}

.negative {
	color:#CE3531;
}

table#deals {
	border: 1px solid #aaa;
	border-width: 1px 0;
	margin: 10px 0;
}

#deals th {
	padding: 4px 2px;
	/*background-color: #666;*/
	background: url(/images/panel_top_template_small.jpg) repeat-x;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
	vertical-align: bottom;
	text-align: center;
	border-bottom: 0px solid #eee;
	height: 33px;
}

#deals td {
	padding: 2px; 
	width: 70px; 
	font: 13px Arial, Helvetica, sans-serif;
	border: 0px solid red; 
}