body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: .7em;
	}

a {
	color: #000;
	text-decoration: none;
	}

#header,
#sidebar,
h2,
.company,
.browser th,
.noprint,
.options,
.section,
#utilities,
#footer,
label,
select,
input {
	display: none;
	}

.browser .details th {
	display: table-cell;
	font-weight: bold;
	font-size: 90%;
	}

.browser h3, {
	display: block;
	}


.datatable,
.tinytable {
	clear: both;
	border: 1px solid #ccc;
	border-bottom: none;
	border-left: none;
	width: 100%;
	margin-top: 20px;
	color: #000;
	}
	
.datatable td,
.datatable th,
.tinytable td,
.tinytable th {
	padding: 4px;
	text-align: left;
	font-weight: normal;
	line-height: 1.3em;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	}

.datatable td,
.tinytable td {
	vertical-align: top;
	}

.right {
	text-align: right;
	}

.center {
	text-align: center;
	}

.datatable .integer {
	width: 60px;
	}

.datatable tfoot td,
.datatable tfoot th {
	font-weight: bold;
	background: #f3fbd6;
	}

