.tabconso {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #E4E4E4;
	text-align: center;
	border: 1px solid #999999;
}
.tabconso thead tr {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
	text-align: center;
}
.tabconso tr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: right;
	height: 20px;
}

.tabconso tbody tr:hover {
	background-color: #FFFF99;
}
.tabconso tfoot tr {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
	text-align: right;
}
