.txt_centering {
	text-align: center;
}
.txt_r_justify {
	text-align: right;
}
.em_box {
	margin-bottom: 1em;
	padding: 1em 1em 0 1em;
	border: 1px solid orange;
	background-color: #ffffcc;
}
.em_color {
	color: #ff0000;
}
span.note {
	font-size: 80%;
	vertical-align: top;
}
.section p img {
	vertical-align: bottom;
	margin-left: 10px;
}
/* table */
div.box table {
	margin-bottom: 1em;
}
div.box tr.even {
	background-color: #f3faf7;
}
div.box tr.odd {
	background-color: #f3f7fa;
}
div.box th,
div.box td {
	padding: 2px 5px;
}
td.short_text {
	text-align: center;
}
td.numeric {
	text-align: right;
}

