.header, 
.footer, 
.cols .col-left, 
.cols .path, 
.main-content-nav,
.box
{
	display: none;
}


body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
	margin: 0px;
	padding: 0px;	
	color: black;
}

table td, table th, table {
	border-collapse: collapse;
	border: 1px solid black;
}

td, th {
	padding: 2px;
}

table.colored th {
	background-color: black;
}

table.colored td {
	background-color: red;
}
