table {
	width: 735px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	line-height: 18px;
}

thead th,tfoot th {
	text-align: left;
	border: 1px solid #c0c0be;
	background-color:;
	background-color: #F5DF00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	padding: 2px;
	letter-spacing: 2px;
}

thead th a:link, thead th a:visited, thead th a: active, tfoot th a:link, tfoot th a:visted, tfoot th a:active  {
	color: #666666;
	text-decoration: none;
}

thead th a:hover{
	color: #333333;
	text-decoration: none;
}

tfoot td {
	border-top: 1px solid #c0c0be;
}

tbody td {
	margin: 1px;
	padding: 2px;
	text-decoration: none;
}

tbody tr.odd {
	background-color: #E6E6E6;
}

td.numeric,
th.numeric {
	text-align: right;
}
