.news {
	padding: 0 30px 0 30px;
	position: relative;
}
.news table {
	
}
.news td {
	vertical-align: top;
	font-size: 12px;
}

.news .headline {
	font-size: 14pt;
	font-weight: bold;
	color: #023F88;
	margin: 20px 0 20px 20px;
}

.news .pics {
	margin: 20px auto 0 auto;
	text-align: center;
}
.news .pics .thumb {
	float: left;
	width: 210px;
	height: 210px;
	border: 2px solid #ACB9C5;
	margin: 0 10px
}

/* LIST */
.news .title {
	font-size: 13px;
	font-weight: bold;
	color: #023F88;
	height: 40px;
}	
.news img.showpic {
	width: 210px;
	height: 158px;
	border: 2px solid #ACB9C5;
	padding: 5px;
}
.news img.aslist {
	display: block;
	margin: 10px auto;
}

/* DETAIL */
.news img.withgap {
	margin: 5px 10px;
}
.news .detail {
	margin: 0 20px;
}