div.story span.attention {
	color: #ee2222;
}
/* ----------------------------------------- */
table.sample-tbl {
	border-collapse: collapse;
	margin-left: 2em;
}
table.sample-tbl td {
	padding: 0.5em 1em 0.5em 1em;
	font-size: small;
}
table.sample-tbl thead td {
	background-color: #0c5576;
	text-align: left;
	color: #ffffff;
}
table.sample-tbl tfoot td {
	background-color: #0c5576;
	text-align: left;
	font-size: x-small;
	color: #ffffff;
}
table.sample-tbl tbody td {
	background-color: #e3f1ff;
	text-align: left;
	color: #000000;
	border-bottom: 1px solid #b1c1cc;
}

