@charset "utf-8";
/* CSS Document */

div#text { margin: 0px -11px;}
table.hubBox {
	float: left;
	width: 212px;
	margin: 0px 7px 14px 0px;
}

table.hubBoxR {
	float: right;
	width: 212px;
	margin: 0px 0px 14px 0px;
}

table.hubBox img, table.hubBoxR img {
	display: block;
	margin-bottom: 3px;
	border-top: 2px solid #0B4199;
}

td.hubText {
	background-image: url(../img/bg_hub.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin-bottom: 0;
	height: 115px;
	text-align: left;
	vertical-align: top;
	padding: 7px;
}

td.hubText strong { font-size: 130%;}
