.contentTitlePP{
	width: 100%;
	margin-bottom: 7px;
}
.PPTitle{
	width: 97%;
	text-align: left;
	color: #C90;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 3px;
	margin: 0px auto;	
	
}
.PPTitle a{
	color: #C90;
	text-decoration: none;
}
.PPTitle a:hover{
	text-decoration: underline;
}

.PPTableFrame{
	padding: 1px;
	width: 99%;
	border: 1px solid #DDD;
	margin-bottom: 7px;
}
.PPTableFrame th{
	font-weight: bold;
	color: #C90;
	padding: 8px;
	border-bottom: 1px solid #DDD;
	background-color: #F5F5F5;
}
.PPTableFrame td{
	color: #555;
	padding: 8px;
	text-align: left;
}
.PPTableFrame a{
	color: #C90;
	text-decoration: underline;
}
.PPPagetool{
	color: #555;
	width: 99%;
	text-align: left;
}
.PPPagetool em{
	font-style: normal;
	font-weight: bold;
	color: #C90;
