.NewsList {
	font-size: 12pt;
	width: 100%;
	border: 1px solid #2A2A87;
}

.NewsList .date {
	vertical-align: bottom;
	padding: 0.7em;
	padding-bottom: 0;
	font-size: 0.8em;
	font-weight: bold;
	color: #252525;
}

.NewsList .title {
	vertical-align: bottom;
}

.NewsList .title a {
	font-size: 0.85em;
	font-weight: bold;
	text-decoration: none;
	color: #1E1E62;
}

.NewsList .title a:hover {
	text-decoration: underline;
}

.NewsList .desc {
	vertical-align: top;
	padding: 0.2em;
	padding-right: 0.5em;
	font-size: 0.9em;
}
