h2, h3, p {font-family: Arial, Helvetica, sans-serif}

a {color: white; background-color: black; padding: 6px 12px; text-decoration: none}

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 _size(element-margin) _size(element-margin);
		width: 595pt;
    font-family: Arial, Helvetica, sans-serif}



		td {
			padding: 0.5em 0.15em;
			font-size: 9pt;
			line-height: 12pt;
			color: black;
			vertical-align: middle;
		}

		table a {color: black; background-color: white; text-decoration: none; padding: 0}
