#phTable {
	margin-top: 30px;
}
#phTable th {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #AC9C60;
	text-align: left;
	padding: 3px;
	border-bottom: 2px solid #EBE7D4;
}
#phTable td {
	font: 14px Arial, Helvetica, sans-serif;
	color: #000;
	padding: 3px;
	border-bottom: 1px solid #EBE7D4;
	text-align: left;
}
#phTable .col1 {
	width: 50%
}
#phTable .col2 {
	width: 20%
}
#phTable .col3 {
	width: 30%
}
.wide {
	width: 600px;
	margin-top: 30px;
}
* html .wide {
	width: 300px;
}
