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

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

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

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

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

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

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

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

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

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

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

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

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

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

