.blackBoxTable {
	width: 345px;
	margin-top: 1em;
	margin-bottom: 1em;
}
.blackBoxTopLeft {
	background: url('../images/BlackBox/top-left.gif') no-repeat;
	width: 10px;
	height: 10px;
}
.blackBoxTop {
	background: url('../images/BlackBox/top.gif') repeat-x;
	height: 10px;
	width: 325px;
}
.blackBoxTopRight {
	background: url('../images/BlackBox/top-right.gif') no-repeat;
	width: 10px;
	height: 10px;
}

.blackBoxLeft {
	width: 10px;
	background: black url('../images/BlackBox/left.gif') repeat-y left;
}
.blackBoxMiddle {
	width: 325px;
	background-color: black;
}
.blackBoxRight {
	width: 10px;
	background: black url('../images/BlackBox/right.gif') repeat-y right;
}

.blackBoxBottomLeft {
	background: url('../images/BlackBox/bottom-left.gif') no-repeat;
	width: 10px;
	height: 10px;
}
.blackBoxBottom {
	background: url('../images/BlackBox/bottom.gif') repeat-x;
	height: 10px;
}

.blackBoxBottomRight {
	background: url('../images/BlackBox/bottom-right.gif') no-repeat;
	width: 10px;
	height: 10px;
}

.blackBoxContent {
	font-size: 7pt;
	font-weight: bold;
	color: white;
	text-align: center;
	width: 325px;
}
.blackBoxContent tr th {
	font-size: 9pt;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 4px;
}
.blackBoxContent tr td.middle {
	padding-left: 10px;
	padding-right: 10px;
}
.divider {
	background: black url('../images/WinnersBox/divider.gif') repeat-x;
}

