@charset "utf-8";
/* CSS Document */

table {
	background: #FFFFFF;
	width: 100%;
	}
tbody tr:first-child td,
tbody tr:first-child th {
	border-top: 3px solid white;
	}
tbody td {
	text-align: left;
	}
tbody th {
	text-align: left;
	}
td,
th {
	border-left: 2px solid rgb(209, 211, 186);
	padding: .2em .5em;
	}
td:first-child,
th:first-child {
	border-left: 0;
	}
thead th {
	color: rgb(43, 56, 143);
	}

a:hover {color:#6d9c98;}
