@charset "utf-8";
.left_side {
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C0942A;
	height: 100px;
	width: 7px;
}
.right_side {
	height: 100px;
	width: 7px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C0942A;
}

.newsTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	width: 70%;
}
.newsDate_eng {
	font-size: 10px;
	font-weight: normal;
	color: #FF9900;
	text-align: right;
	width: 30%;
}
.newsDate_ar {
	font-size: 10px;
	font-weight: normal;
	color: #FF9900;
	text-align: left;
	width: 30%;
}
.news_pic {
	float: left;
	clear: left;
}
.news_content_eng{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
	vertical-align: top;
	margin-top:0px;
	margin-bottom:0px;
	line-height:16px;
}
.news_content_ar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: right;
	vertical-align: top;
	margin-top:0px;
	margin-bottom:0px;
	line-height:16px;
}
.h_line {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFDCB9;
}
