
	/* Layout 
	------------------------------------------- */


	/* Content 
	------------------------------------------- */

table#alls {
	width: 100%;
	border-collapse: collapse;
	border: 2px solid black;
	color: #000;
}

table#alls thead tr,
table#alls thead th {
	border: 2px solid black;
	font-size: 10pt;
}

/* table#all tr.even { background-color: #FFFBDB;} */

table#alls td {
	border: 1px solid #CCC;
	font-size: 9pt;
	text-align: left;
	padding: 1px; 3px;
	margin: 0;
}

table#all td.size {
	text-align: right;
	font-family: Monaco;
}

span.scientific {
	font-size: 8pt;
	font-style: italic;
	float: left;
}


