table .exclusao {
	background-color:#E99;
}

table .inclusao {
	background-color:#9E9
}

table .alteracao {
	background-color:#FD8
}

.lineOdd {
	background-color: #e3e3e3;
}

.lineEven {
	background-color: #f1f1f1;
}

.cabecalho table, .cabecalho tr, .cabecalho th, .cabecalho td {
    border: none;
    border-collapse:collapse;
    border-width: 0 !important;
    width: 80%;
}

.cabecalho td.labels {
	text-align: right;
	width: 50%;
}

