.listitem {
	font-size: 17px;
	font-weight: bold;
	color: #555;
	margin: 0px;
}
ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
ul li {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
ul.list li {
	margin-bottom: 20px;
}
ol {
	margin-top: 20px;
	margin-bottom: 20px;
}
ol li {
	margin-bottom: 10px;
	padding-bottom: 0px;
}
ol.list li {
	margin-bottom: 20px;
}
.tablecontainer {
	margin-bottom: 30px;
}
.tablenotes {
/*	border: 1px solid #a2b299; */
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	margin: 0px;
	line-height:19px;
}
table.sortable, table.sortable th, table.sortable td {
	border: 1px solid #a2b299;
	border-collapse: collapse;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	width: 700px;
	margin: 0px;
}
table.sortable caption {
	font-size: 150%;
	font-weight: bold;
	margin: 5px;
}
table.sortable caption.center {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:28px;
	font-weight:bold;
	color: #516844;
}
table.sortable td {
	padding: 4px;
}
table.sortable th {
	padding: 4px;
}
table.sortable thead th {
	text-align: center;
	background: #c3ccbe;
	color: #516844;
	font-size: 90% !important;
}
table.sortable tbody.data th {
	font-weight: bold;
}
table.sortable tbody.data tr {
	background: #FCFDFE;
	font-size:12px;
}
table.sortable thead {
	background-color:#eee;
	color:#666666;
	font-weight: bold;
	cursor: pointer;
	margin-left:auto;
	margin-right:auto;
}
table.sortable tbody.data tr:hover {
	color: #555;
	background-color: #d3d8d0;
}
table.sortable tbody.data tr.odd:hover {
	color: #555;
	background-color: #FCFBF7;
}
table.sortable a:link {
	color: #718ABE;
	text-decoration: none;
}
table.sortable a:visited {
	color: #718ABE;
	text-decoration: none;
}
table.sortable a:hover {
	color: #718ABE;
	text-decoration: underline !important;
}
table.sortable tfoot th {
	font-size: 85%;
}
table.sortable tfoot td {
	font-size: 85%;
}
table.sortable tbody.data td.best {
	color: green;
	font-weight: bold;
}
table.sortable tbody.data td.worst {
	color: red;
	font-weight: bold;
}
.tablespacer {
	border-top: 5px solid #d3d8d0;
	margin-top:25px;
	margin-bottom:25px;
}

