#box-top {
	height: 86px;
}

#box-bottom {
	margin-top: 10px;
	height: 206px;
}

div.box {
	width: 275px;
	background-color: #fff;
	font-size: 11px;
	color: #174479;
	padding: 5px 10px;
	overflow:auto;
}

div.box a {
	font-weight: bold;
	text-decoration: underline;
	color: #174479;
}

div.box a:hover {
	text-decoration: none;
}