/*content classes*/
table.results *, div.block {
	font:10pt tahoma;
}
table.results th {
	font-weight:bold;
	text-align:left;
	vertical-align:bottom;
	border-bottom:2px solid navy;
}
table.results {
	clear:both;
	border-spacing:9px 0px;
	margin-top:20px;
	width:100%
}

.block {
	border: 2px solid black;
	padding: 0px 5px;
	width:47%;
	margin:0px;
}
.blockLeft {
	float:left;
}
.blockRight {
	float:right;
}

.smaller,.fullsize {
	border:3px solid #B21111;
}
.smaller {
	width:589px;
}
.fullsize {
	width:819px;
}

