/* CSS Document */

.date {
	display: block;
	font-weight: bold;
	color: #333;
}
.news_title {
	display: block;
	padding: 6px 0px 0px 0px;
	width: 100%;
}
.news_title a, .news_title a:link, .news_title a:visited, .news_title a:active {
	text-decoration: underline;
	color: #6aaf1e;
}
.news_title a:hover {
	color: #ff6600;
}
.news_link {
	display: block;
	padding: 6px 0px 10px 0px;
	margin-bottom: 10px;
	font-weight: bold;
	border-bottom: 1px solid #d5d5d5;
	width: 100%;
}

/* ==================================== */
/* News Link  */
.newsLink {
	
}
.newsLink a, .link a:link, .link a:visited, .link a:active {
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.newsLink a:hover {
	text-decoration: underline;
	color: #ff6600;
}	
/* ==================================== */