
table.tb {
	border: 1px solid #777;
	border-collapse: collapse ;
	border-spacing: 0;


	margin: 0 auto;
}

table.tb  td, th {
	border: 1px solid #777;
	padding: 3px 6px;
    font-size: 85%
}

table.tb th {
	font-weight: bold;
	text-align: center;
	color: #000;
	background-color: #eef7f7;
    font-size: 85%
}

table.tb tbody .odd {
	color: #000;
	background-color: #f7f7f7;
}

table.tb tbody .even {
	color: #000;
	background-color: #ffffff;
}

table.tb p {
	margin: 1em 0;
}
