/* CSS Document */
body { font-family:Tahoma, Geneva, sans-serif; font-size:10pt; }
ul.nav { display:none; }
.inner img { max-width:100%; }
.inner img.ccm-image-block { display:block; margin:auto; }



table.data,
table.grid {
	margin:auto;
	border-spacing:0;
	border-collapse:collapse;
}
table.grid {
	margin:1em auto;
}
table.data,
table.data th {
	border: 2px solid #333;
}
table.grid,
table.grid th {
	border: 1px solid #333;
}
table.data th,
table.data td,
table.grid th,
table.grid td {
	padding:2px;
	text-align:center;
}

table.grid td {	border: 1px solid #999; }
table.data td {	border: 1px solid #333; }

table.data .bg,
table.grid .bg {
	background:#DDD;
}
table.data caption,
table.grid caption {
	caption-side:bottom;
	text-align:left;
}
