@charset "utf-8";

.news {
	width:600px;
	margin-top: 25px;
	margin-bottom: 20px;
	float: left;
}

.banner {
	width:265px;
	margin-top: 25px;
	margin-bottom: 20px;
	margin-left: 35px;
	float: right;
}


td {
padding: 6px;
}

p {
	margin-bottom: 0;
}

.title {
	background-color: #d1d7fd;
	color: #071051;
	font-size: 14px;
	font-weight: bold;
}

.date {
	text-align: right;
	font-size: 12px;
}

.body {
	font-size: 14px;
}

