div.news-line {
	background-color: #EDEDED;
	background-position: bottom left;
	background-repeat: repeat-x;
}
div.news-line div.tl, div.news-line div.tr, div.news-line div.bl, div.news-line div.br {
	background-repeat: no-repeat;
}
div.news-line div.tl { background-position: top left; }
div.news-line div.tr { background-position: top right; }
div.news-line div.bl { background-position: bottom left; }
div.news-line div.br { background-position: bottom right; }
div.news-line div.padding {
	padding: 10px;
}


div.news-line a {
	color: #333333;
	text-decoration: none;
}
div.news-line a:hover {
	color: #000000;
	text-decoration: underline;
}

div.news-line div.title, div.news-line div.title a {
	color: #E21F26;
	text-decoration: underline;
	font-size: 18px;
	padding-bottom: 10px;
}
div.news-line div.title a:hover {
	color: black;
}

div.news-line a.archive {
	color: #E21F26;
	text-decoration: underline;
}

div.news-line .news-date-time {
	color: #8C8C00;
}

div.news-line div.item {
	padding-bottom: 10px;
}
