#feetable {
clear: both;
font: "Trebuchet MS",Verdana,sans-serif;
font-size: 1.1 em;
border: 1px solid #CCC;
width: 339px;
}

table {
	color: #333;
	font: 1.1em "Trebuchet MS",Verdana,sans-serif;
	border-collapse: collapse;
}

caption,th,td {
	border-left: 0;
	padding: 4px;
	
}

caption,thead th,tfoot th,tfoot td {
	background-color: #CCCCCC;
	color: #F16422;
	font-weight: bold;
	text-transform: uppercase
}

thead th {
	background-color: #e6e4e4;
	color: #FFB3A6;
	text-align: left;
}

tbody th {
	padding: 4px;
}

tbody tr.odd {
	background-color: #ededee;
	color: #333;
}

