.hpobjs {
	float: left;
	width: 612px;
}

.jumbox {
	width: 202px;
	height: 136px;
	float: left;
	margin-bottom: 1px;
	margin-right: 0px;
	padding: 0;
	border: 1px solid #9AA0AE;
	border-top: 1px solid #DEE7F8;
	border-left: 1px solid #DEE7F8;
	background: #C6D4ED;
}
.jumbox a{
	text-decoration: none;
	color: White;
}
.jumbox a:hover{
	text-decoration: underline;
}

.jumbox .head{
	font-weight: bold;
	color: #BFCFED;
	background-color: #447AD9;
	padding: 3px 0 3px 3px;
	font-size: 10px;
}

