/* Fill width content box */
.positive { color: green; }
.negative { color: red; }

.contentBoxFull {
	float:left;
	border:#d2d2ca 1px solid;
	width:850px;
	margin:6px;
	padding:20px;
	background-color:#f7f7ee;
}

/* 50% width content box */
.contentBoxHalf {
	float:left;
	border:#d2d2ca 1px solid;
	background-color:#f7f7ee;
	width:397px;
	margin:6px;
	padding:20px;
}

/* 33% width content box */
.contentBoxThird {
	float:left;
	border:#d2d2ca 1px solid;
	width:247px;
	margin:6px;
	padding:20px;
	background-color:#f7f7ee;
}

.contentBoxTwoThird {
	float:left;
	border:#d2d2ca 1px solid;
	width:548px;
	margin:6px;
	padding:20px;
	background-color:#f7f7ee;
}

a { text-decoration: none; }

td {
	text-align: center;
}

.bottomborder td{
	border-bottom: 1px solid black;
}
