/* CSS Document */

.font_center {
	margin:40px 0 10px 0;
}

.table{
	width: 100%;
	background: #ffffff;
	margin:1em 0;
}
.table thead th{
	border-right:#ffffff solid 1px;
	font-size: 12px;
	font-weight: bold;
	color:#ffffff;
	padding:15px 8px;
	/*background:#0283DE;*/
	text-align:center;
}

/*.table thead th:first-child{
	border-left:#004aa0 solid 1px;
	background: #9d9d9d;
}*/
/*.table thead th:last-child{
	border-right: #004aa0 solid 1px;
	background: #004aa0;
}*/
.table tr td{
	border:#a0a0a0 solid 1px;
	text-align:center;
	padding:10px 0;
}

.table tr:nth-child(even) td {
	background: #FFF2F0;
}

.tableNote {
	text-align:right;
	margin:.8em;
	font-size:.8rem;
}

li.nav {
	margin-left: 1.5em;
	list-style: disc;
}