table.gztrTable {
	background-color: #ECE9D8;
	border-style: none;
	border-collapse: collapse;
	width: 100%;
}

/* Table header row */
table.gztrTable th {
	font-size: 8pt;
	font-family: Tahoma;
	text-transform: uppercase;
	background-color: #DEDBCB;
	color: #4D4D4D;
	border-style: none;
	text-align: center;
	padding: 0.1cm .3cm;
}

/* General attributes of the rows */
table.gztrTable tr {
	color: #646463;
	border-style: none;
	padding: 0.1cm .3cm;
	text-align: center;
}

/* Each even row (starting with row 2)
	has a diffrent bgcolor */
tr.even {
	background-color: #F2F0E4;
}

/* Each odd row (starting row 1)
	has a diffrent bgcolor */
tr.odd {
	background-color: #FBFBF7;
}

/* Gave links a diffrent colour than blue */
a.gztrLink {
	font-size: 8pt;
	font-family: Tahoma;
	color: #66381C;
}
