table {
	border-collapse:collapse;
	width:100%;
	}

th {
	color:#fff;
	padding:2px 0px 2px 4px;
	font-size:10px;
	background-image:url(../../images/newstab1.gif);
	background-repeat:no-repeat;
	background-color:#fff;
	border-bottom:1px solid #fff;
	text-align:left;
	}
	
td {
	background-color:#e3e3e3;
	padding:2px;
	border-bottom:1px solid #fff;
	font-size:11px;
	}
	
tfoot td {
	text-align:right;
	padding:2px 6px 2px 0px;
	background-color:#fff;
	background-image:url(../../images/newstab2.gif);
	background-repeat:no-repeat;
	}
