/**_________Generic________**/
	body {
		font:16px 'Simplified Arabic'; 
		background-color:#FFFFFF; 
		color:#000000; 
		padding:0; margin:0; 
		line-height:120%
	}
	td {
		font:16px 'Simplified Arabic';
		line-height:120%
	}

	:link { color: #050; }
	:visited { color: #636; }
	:link:hover, :visited:hover { color: #f30; }
	:link:active, :link:active { color: #00F; }


/**_________Top________**/
	#news {
		width:778; 
		border: 1px dotted #C0C0C0;
	}

	#top {
		font:bold 14px Arial;
		background-color:#005500;
		width:778px;
	}
	#top #date {
		color:#FFF;
		float:right;
		width:50%;
		text-align:right;
		padding:0 10 0 0;
	}
	#top #lang {
		float:left;
		width:50%;
		text-align:left;
		padding:0 0 0 10;
	}
	#lang a, #lang a:hover, #lang a:visited, #lang a:active{
		color:#FFF;
		text-decoration:none;
	}

/**_________Main________**/

	#main {
		width:778px;
	}
	#nbar {
		float:right; 
		width:25%;
		text-align:right;
	}
	#content {
		float:left; width:73%;
		padding: 10;
		font:18px 'Simplified Arabic',serif; 
		line-height:150%;
		text-align:justify;
	}

	#nbar ul {
		margin: 0;
		padding: 0;
		list-style: circle;
	}
	#nbar li {
		display: inline;
		padding: 0;
		margin: 0;
	}
	#nbar li a {
		font:bold 14px 'MS Sans Serif', System;
		display: block;
		padding: 8px 10px;
		text-decoration: none;
		background: #EDF2F2;
		border-bottom: 1px solid #ddd;
		border-top: 1px solid #fff;
		border-right: 1px solid #ddd;
		border-left: 1px solid #ddd;
	}

	#nbar li a:hover {
		background: #E0E9E9;
	}


/**_________Bottom________**/
	.bot {
		font:12px Tahoma;
		text-align:center;
	}