/************************************
ccx daily prices table
************************************/
@import url(reset.css);

html {	font: 10px helvetica, arial, sans-serif;}
body {color:#55655e;	background:#fff;}

/* ccx specific  */
table.ccx {
	width:175px;
	margin:0;
}
table.ccx th {
	font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	vertical-align:middle;
}
table.ccx th.title {
	color:#297D53; 
}


table.ccx td {
	vertical-align:top;
	text-align: center;
}
table td.alt, .alt { background:#E4E9E5;}


