#PBox td.topLeft {
	background-image: url(images/PBox/tl.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 20px;
}
#PBox td.topRight {
	background-image: url(images/PBox/tr.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 20px;
	width: 20px;
}
#PBox td.top {
	background-image: url(images/PBox/t.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#PBox td.left {
	background-image: url(images/PBox/l.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 17px;
}
#PBox td.bottomLeft {
	background-image: url(images/PBox/bl.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 20px;
}
#PBox td.bottom {
	background-image: url(images/PBox/b.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#PBox td.bottomRight {
	background-image: url(images/PBox/br.gif);
	background-position: left top;
	background-repeat: no-repeat;
	height: 20px;
	width: 20px;
}
#PBox td.right {
	background-image: url(images/PBox/r.gif);
	background-repeat: repeat-y;
	background-position: left;
}
#PBox td.content {
	background-color: #ECE5D2;
}
#PBox .content td.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #9E8365;
	text-align: justify;
	font-style: italic;
}
