table.graybox {
	background-repeat: repeat;
	border: 0px none transparent;
	border-spacing: 0px;
	border-collapse: collapse;
	margin-top: 20px;
	width: 304px;
	}

	td.graybox-tl {
		background-image: url('images/graybox/tl.png');
		background-repeat: no-repeat;
		background-position: bottom right;
		width: 6px;
		height: 6px;
		font-size: 0%;
		line-height: 0%;
		}

	td.graybox-tr {
		background-image: url('images/graybox/tr.png');
		background-repeat: no-repeat;
		background-position: bottom left;
		width: 6px;
		height: 6px;
		font-size: 0%;
		line-height: 0%;
		}

	td.graybox-bl {
		background-image: url('images/graybox/bl.png');
		background-repeat: no-repeat;
		background-position: top right;
		width: 6px;
		height: 6px;
		font-size: 0%;
		line-height: 0%;
		}

	td.graybox-br {
		background-image: url('images/graybox/br.png');
		background-repeat: no-repeat;
		background-position: top left;
		width: 6px;
		height: 6px;
		font-size: 0%;
		line-height: 0%;
		}

	td.graybox-left {
		background-image: url('images/graybox/center.png');
		background-repeat: repeat;
		width: 6px;
		font-size: 0%;
		line-height: 0%;
		}

	td.graybox-right {
		background-image: url('images/graybox/center.png');
		background-repeat: repeat;
		width: 6px;
		font-size: 0%;
		line-height: 0%;
		}

	td.graybox-top {
		background-image: url('images/graybox/center.png');
		background-repeat: repeat;
		height: 6px;
		font-size: 0%;
		line-height: 0%;
		}

	td.graybox-bottom {
		background-image: url('images/graybox/center.png');
		background-repeat: repeat;
		height: 6px;
		font-size: 0%;
		line-height: 0%;
		}

	td.graybox-center {
		background-image: url('images/graybox/center.png');
		background-repeat: repeat;
		color: #000000;
		font-weight: bold;
		font-size: 80%;
		width: 292px;
		}

		td.graybox-center p {
			padding-left: 8px;
			padding-right: 8px;
			padding-top: 4px;
			padding-bottom: 6px;
			line-height: 150%;
			}

		td.graybox-center a:link {
			color: #fb6208;
			text-decoration: none;
			}

		td.graybox-center a:visited {
			color: #fb6208;
			text-decoration: none;
			}

		td.graybox-center a:hover {
			color: #fb6208;
			text-decoration: underline;
			}

