table.stat {
		border-collapse: collapse; 
		table-layout: fixed; 
		width: 820px;
		border: 2px solid black;
	}
table.stat td {
		font-size: 11px;
		white-space: nowrap;
		text-align: center;
		padding: 4px;
	}
table.stat td.left {
		text-align: left;
	}
table.stat td.white {
		background-color:#f5f5f5;
		font-weight: bold;
		font-size: 12px;
	}
table.stat td.bold {
		font-weight: bold;
	}
table.stat td.darkgray {
		background-color:#D8D8D8;
	}
table.stat td.mediumgray {
		background-color:#ededed;
	}
table.stat td.center_padd {
		text-align: right;
		padding-right: 30px;
}
table.stat td.center_padd_less {
		text-align: right;
		padding-right: 15px;
}
table.stat td.border_top {
		border-top: 2px solid black;
		border-collapse: collapse; 
	}
table.stat td.border_right {
		border-right: 2px solid black;
		border-collapse: collapse; 
	}
table.stat tr.odd td {
	background-color:#FFFFFF;
}

table.cellcycle {
		width: 100%;
		background-color:#FFFFFF;
		font-weight: bold;
	}

table.cellcycle th, table.cellcycle td, table.cellcycle tr {
		font-size: 14px;
		white-space: nowrap;
		text-align: center;
		background-color:#FFFFFF;
		padding: 4px;
	}
	
table.border tr.green td {
	background-color: #b4d7af;
}

div.expression_image_text {
	font-style: italic;
	font-size: 12px;
	line-height: 14px;
	padding-top: 3px;
}

div.dictionary_h3 h3 a {
	font-size: 14px;
}