@charset "utf-8";
/* CSS Document */

#pgContentCenterMain TABLE {
	width: 95%;
	margin: 10px auto 10px auto;
	border-collapse: collapse;
}

#pgContentCenterMain TABLE THEAD TD {
	font-weight: bold;
	border-bottom: 1px solid #444335;
}

#pgContentCenterMain TABLE TBODY TR.oddRow {
	background-color: #9F9B8B;
}

#pgContentCenterMain TABLE TBODY TR.evenRow TD {
	background-color: #CFCBB5;
}

#pgContentCenterMain TABLE TBODY TR.oddRow TD {
	background-color: #BFBBA7;
}

#pgContentCenterMain TABLE TFOOT TR TD {
	background-color: #9F9B8B;
	font-weight: bold;
}