 @font-face {
  font-family: 'DroidKufi-Bold';
  src: url('fonts/DroidKufi-Bold.eot');
  src: url('fonts/DroidKufi-Bold.eot?') format('embedded-opentype'),
  url('fonts/DroidKufi-Bold.woff') format('woff'),
  url('fonts/DroidKufi-Bold.ttf') format('truetype');
  }

 @font-face {
  font-family: 'DroidKufi-Regular';
  src: url('fonts/DroidKufi-Regular.eot');
  src: url('fonts/DroidKufi-Regular.eot?') format('embedded-opentype'),
  url('fonts/DroidKufi-Regular.woff') format('woff'),
  url('fonts/DroidKufi-Regular.ttf') format('truetype');
  }

body{
	margin: 0px;
	direction: rtl;
}

.header{
	padding: 15px; 
	color:#FFFFFF;
	font-family: DroidKufi-bold !important;
	font-size: 12pt;
	text-align:center;
	text-decoration:none;
	background-color:#cccccc;
	background-image:url('images/debut_light.png');
	text-shadow: 0.1em 0.1em 0.5em #333333; 
}

.pageheader{
	padding-top:10px;
	text-align:center;
}

.linksbar{
	color:#333333;
	font-family: DroidKufi-regular !important;
	height:50px;
	font-size: 11pt;
	font-weight: normal;
	text-align:center;
	text-decoration:none;
	background-image:url('images/linksbar-bg.png');
}
.linksbar a{
	color:#333333;
	font-family: DroidKufi-regular !important;
	font-size: 11pt;
	font-weight: normal;
	text-align:center;
	text-decoration:none;
	text-shadow: 0.1em 0.1em 0.5em #ffffff;
}
.linksbar a:hover{
	color:#ff9933;
	font-family: DroidKufi-regular !important;
	font-size: 11pt;
	text-decoration:none;
	font-weight: normal;
	text-align:center;
	text-shadow: 0.1em 0.1em 0.5em #ffffff
}


.content{
	width:600px;
	color:#333333;
	padding:10px;	
	font-family: Tahoma;
	font-size: 10pt;
	text-decoration:none;
	font-weight: normal;
	text-align:right;
	vertical-align:baseline;
}
.content h1{
	color:#660033;
	font-family: DroidKufi-regular !important;
	font-size: 14pt;
	text-decoration:none;
	text-align:right;
	text-shadow: 0.1em 0.1em 0.5em #ffffff;	
}

.content h4{
	color:#E36C0A;
	font-family: DroidKufi-regular !important;
	font-size: 11;
	text-decoration:none;
	text-align:center;
	text-shadow: 0.1em 0.1em 0.5em #ffffff; font-style:italic	
}
.content h2 {
	color:#660033;
	padding-right:50px;
	font-family: DroidKufi-regular !important;
	font-size: 13pt;
	text-decoration:none;
	text-align:right;
	text-shadow: 0.1em 0.1em 0.5em #ffffff;	
}
.content h2 a{
	color:#660033;
	text-shadow: 0.1em 0.1em 0.5em #ffffff;
	text-decoration:none;	
}
.content h2 a:hover{
	color:#cccccc;
	text-shadow: 0.1em 0.1em 0.5em #ffffff;	
}
.sidecol{
	width:380px;
	color:#999999;
	padding:10px;
	font-family: Tahoma;
	font-size: 10pt;
	text-decoration:none;
	font-weight: normal;
	text-align:right;
	vertical-align:baseline;
}
.sidecol h1{
	color:#e36c0a;
	font-family: DroidKufi-regular !important;
	font-size: 14pt;
	text-decoration:none;
	text-align:right;
	text-shadow: 0.1em 0.1em 0.5em #ffffff;	
}

.footer{
	text-decoration:none;
	padding:25px;
	font-family: Tahoma;
	color: #333333;
	font-size: 11px;
	text-align:center;
	background-color:#e8e8e8;/*--e8e8e8--*/
}
.footer a{
	text-decoration:none;
	font-family: Tahoma;
	color: #333333;
	font-size: 11px;
	text-align:center;
	
}
.footer a:hover{
	color: #660033;
	background-color:#ff9933;
}
.breadcrumb{
	color:#cccccc;
	padding:10px;
	font-family: Tahoma;
	font-size: 7pt;
	text-decoration:none;
	font-weight: normal;
	text-align:right;
	vertical-align:baseline;
}
.breadcrumb a{
	color:#cccccc;
	font-family: Tahoma;
	font-size: 7pt;
	text-decoration:none;
	font-weight: normal;
	text-align:right;
	vertical-align:baseline;
}
.breadcrumb a:hover{
	color:#666666;
	font-family: Tahoma;
	font-size: 7pt;
	text-decoration:none;
	font-weight: normal;
	text-align:right;
	vertical-align:baseline;
}