.box {
	background: #EDF6FF;
	border: solid 0.1em #CBE5FC;	
	overflow: hidden;
	font-size: 0.75em;
	padding: 0 0.80em;
	text-align: left;
	margin-bottom: 0.30em;		
}

.box img {
	border: none;
	float: left;	
	margin-right: 0.46em;
	max-width: 10.26em;	
	max-height: 10.41em;
	_width: expression(Math.min(parseInt(this.offsetWidth), 133 ) + "px");
	_heigth: expression(Math.min(parseInt(this.offsetWidth), 135 ) + "px");	
}

.box a {
	text-decoration: none;
	color: #004f98;
}
.box b {
	color: #114591;
	font-weight: normal;
	font-size: 1.60em;
	margin: 0.20em 0 0.2em 0;
	display: block;		
}