/* CSS Document */
.ArticleImg
{
	display:block;
	width:157px;
	height:117px;
	background:url(../images/image_bg.gif) no-repeat;
	text-align:center;
	float:right;
}
.ArticleImg img
{
	width:148px;
	height:108px;
	margin-top:4px;
}
.Articles
{
	width:480px;
	float:left;
}
.ArticleBox
{
	float:left;
	width:310px;
	color:#9c9c9c;
	margin-bottom:10px;
	margin-left:5px;
}
.ArticleArr
{
	display:block;
	border-bottom:1px dotted #ffab19;
	text-align:left;
	padding:2px 0 2px 10px;
	background:url(../images/arr_left.gif) left center no-repeat;
	color:#b50029;
	text-decoration:none;
}
.ArticleBox h2
{
	font:bold 14px Arial;
	color:#b50029;
	padding-top:2px;
	margin-bottom:8px;
}
.Articles span
{
	display:block;
	clear:both;
}

