/*--------------------------------------------------*/
/* Basic Table                                      */

	.basicTable {
		color: #000;
		background: #FFF;
		border-top-width: 1pt; /* Printing in px does some weird rounding, so change to pt */
		border-left-width: 1pt;
	}

	.basicTable th {
		color: #000;
		background: #FFF;
	}

	.basicTable th,
	.basicTable td {
		border-right-width: 1pt;
		border-bottom-width: 1pt;
	}
