.PGAtable {
	width: 645px;
	text-align: center;
}

.PGAtable td {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b4b5b5;
}

.PGAtable th {
	padding: 3px;
}

.pga-club {
	text-align: right;
}

.pga-odd {
	background:transparent url(../pga-table-bg-odd.png) repeat-x scroll 0 0;
}

.pga-even {
	background:transparent url(../pga-table-bg-even.png) repeat-x scroll 0 0;
}

.PGAtable #pga-even {
	background: white;
}

.PGAtable #pga-odd {
	background: white;
}

