@charset "utf-8";
/* CSS Document */

.news-latest-container{
	font-size: 10px;
}
.news-latest-item{
	padding-left: 3px;
	padding-right: 3px;
}
.news-latest-item h3{
	color: #40a6f8;
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}
.news-latest-item h3 a{
	color: #40a6f8;
	text-decoration:none;
}
.news-latest-item h3 a:hover{
	color: #40a6f8;
	text-decoration: underline;
}
.news-latest-morelink{
	text-align: right;
	margin-bottom: 5px;
}
.news-latest-morelink a{
	color: #40a6f8;
	text-decoration:none;
}
.news-latest-morelink a:hover{
	color: #40a6f8;
	text-decoration: underline;
}


.news-list-container{
}
.news-list-item{
}
.news-list-item a img{
	float: right;
}
.news-list-morelink{
	text-align: right;
}


.news-single-item{
}
.news-single-item a img{
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
.news-single-timedata{
	text-align: right;
	float: right;
} 
.news-single-backlink{
	float:right;
	margin-top: 10px;
 }
