/* CSS Document */
#DivNews
{
	width:720px;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	padding-right: 5px;
}
/* ----------------------------- */
#DivArticle {
	clear:both;
	height:auto;
	padding:0px;
	margin:0px;
}
#DivArticle h3{
	padding:0px;
	margin:0px;
	font-size:10px;
	font-weight: normal;
}
#DivArticleContent{
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 30px;
	overflow: hidden;
}
#DivArticlePhoto {
	float:right;
	height:auto;
	padding:0px;
	margin:0px;
	margin-left:5px;
}
#DivArticleText {
	height:auto;
	padding:0px;
	margin:0px;
	padding-top: 10px;
	padding-left:10px;
	padding-bottom:30px;
}
#DivArticleList {
	clear:both;
	height:auto;
	padding:0px;
	margin:0px;
}
.DivArticleListContent{
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom:30px;
	height: auto;
	overflow: hidden;
}
#DivArticleList ul{
	list-style-type: none;
	clear:both;
	height:auto;
	padding:0px;
	margin:0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #41474B;
}
#DivArticleList li{
	clear:both;
	height:auto;
	margin:0px;
	padding: 5px 0px 5px 0px;
	border-bottom: 1px dashed #41474B;
}
#DivArticleList li:hover{
	background-color: #111111;
}
#DivArticleList li a:hover{
	text-decoration:underline;
}
/* ----------------------------- */
