<style type="text/css">

table {
	width: 100&;
	border-top: thin solid;
	border-right: thin solid;
	border-bottom: thin solid;
	border-left: thin solid;
}

caption {
	font: 0.9em Arial, Helvetica, sans-serif;
	text-align: center;
	text-indent: 10px;
	/* background: url(grafica/caption.jpg) right top; */
	height: 24px;
	color: #FF3300;
	border-top: 1px solid #243D02;
}

thead th {
	background: url(grafica/th.jpg) no-repeat center;
	height: 15px;
	color: #FFCC33;
	font-size: 0.8em;
	font-weight: bolder;
	padding: 5px 13px;
	margin: 0px 6px 0px;
	text-align: center;
	border-right: 1px solid #8D8D8D;
	
}
tbody tr {
	background: url(grafica/td1.jpg) repeat-x top;
	border-top: 1px double;
	border-right: 1px double;
	border-bottom: 1px double;
	border-left: 1px double;	
}
tbody tr.odd {
	border-top: 1px double;
	border-right: 1px double;
	border-bottom: 1px double;
	border-left: 1px double;
	background: #FFCC66;
}

tbody th,td {
	font-size: 0.8em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 10px 7px;
	border-top: thin double;
	border-right: thin double;
	text-align: left;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: double;
	border-left-style: double;	
}
tfoot td {
	background: #243D02 url(grafica/foot.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}


th {
	width: auto;
}

table {
	width: auto;
	border-top: thin double;
	border-right: thin double;
	border-bottom: thin double;
	border-left: thin double;	/* border-collapse:collapse; */
	
}

</style>

