/******************************English Page text *********************************/

.en-normalText {
	COLOR: #333333;
	TEXT-ALIGN: justify;
	TEXT-DECORATION: none;
	BORDER-RIGHT: medium none;
	BORDER-TOP: medium none;
	BORDER-LEFT: medium none;
	BORDER-BOTTOM: medium none;
	height: 350px;
	width: 820px;
	top: 80px;
	padding-left: 10px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 10px;
	margin-right: 15px;
	margin-left: 10px;
}

A.en-normalText:link {
	FONT: 11px Verdana, Arial, Helvetica, sans-serif; 
	COLOR: #333333; 
	LIST-STYLE-TYPE: circle; 
	TEXT-ALIGN: left;
	TEXT-DECORATION: none;
}

A.en-normalText:visited {
	 
	FONT: 11px Verdana, Arial, Helvetica, sans-serif; 
	COLOR: #434346;
	WORD-SPACING: normal; 
	LIST-STYLE-TYPE: circle; 
	TEXT-ALIGN: left; 
	TEXT-DECORATION: none
}

A.en-normalText:hover {
	FONT: 11px Verdana, Arial, Helvetica, sans-serif; 
	COLOR: #333333; 
	LIST-STYLE-TYPE: circle; 
	TEXT-ALIGN: left; 
	TEXT-DECORATION: none
}

A.en-normalText:active {
	FONT: 11px Verdana, Arial, Helvetica, sans-serif; 
	COLOR: #333333; 
	LIST-STYLE-TYPE: circle; 
	TEXT-ALIGN: left; 
	TEXT-DECORATION: none
}

.en-normalText ul li {
	FONT: 11px Verdana, Arial, Helvetica, sans-serif;
	COLOR: #333333;
	TEXT-ALIGN: left;
	line-spacing: normal;
	LIST-STYLE-POSITION: outside; 
	LIST-STYLE-TYPE: disc;
	list-style-image: url(../right-arrow.png);
	margin-top: 5px;
	margin-bottom: 5px;
}

/******************************* Block text ********************************/

.en-blockText_left {
	COLOR: #333333;
	TEXT-ALIGN: justify;
	TEXT-DECORATION: none;
	line-spacing: normal;
	float: left;/* to float the text next to other contents (wrapping)*/
	width: 460px;
	
	margin-top: 75px;
	margin-right: 10px;
	margin-left: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.en-blockText_right {
	COLOR: #333333;
	TEXT-ALIGN: left;
	TEXT-DECORATION: none;
	line-spacing: normal;
	float: right;/* to float the text next to other contents (wrapping)*/
	
	width: 315px;
	
	margin-top: 75px;
	margin-right: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/******************************* text titles ********************************/

.en-normalTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC3300;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform:uppercase;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: 10px;
}

/**************************************************/
.float_right {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.float_left {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 10px;
	margin-right: 10px;
}

/******************** Page Titles ***************************/

.en-page-title{
	FONT-WEIGHT: bold;
	FONT-SIZE: 16px;
	COLOR: #a82601;
	FONT-STYLE: normal;
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	TEXT-ALIGN: left;
	TEXT-DECORATION: none;
	border: none;
	
}

/****************************** Arabic Page text *********************************/

.ar-normalText {
	COLOR: #333333;
	TEXT-ALIGN: justify;
	TEXT-DECORATION: none;
	BORDER-RIGHT: medium none;
	BORDER-TOP: medium none;
	BORDER-LEFT: medium none;
	BORDER-BOTTOM: medium none;
	height: 350px;
	width: 830px;
	top: 80px;
	padding-left: 10px;
	position: relative;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
	padding-right: 10px;
	margin-right: 15px;
	margin-left: 10px;
	line-height: 17px;
}

A.ar-normalText:link {
	FONT: 11px Verdana, Arial, Helvetica, sans-serif; 
	COLOR: #333333; 
	LIST-STYLE-TYPE: circle; 
	TEXT-ALIGN: right;
	TEXT-DECORATION: none;
}

A.ar-normalText:visited {
	 
	FONT: 11px Verdana, Arial, Helvetica, sans-serif; 
	COLOR: #434346;
	WORD-SPACING: normal; 
	LIST-STYLE-TYPE: circle; 
	TEXT-ALIGN: right; 
	TEXT-DECORATION: none
}

A.ar-normalText:hover {
	FONT: 11px Verdana, Arial, Helvetica, sans-serif; 
	COLOR: #333333; 
	LIST-STYLE-TYPE: circle; 
	TEXT-ALIGN: right; 
	TEXT-DECORATION: none
}

A.ar-normalText:active {
	FONT: 11px Verdana, Arial, Helvetica, sans-serif; 
	COLOR: #333333; 
	LIST-STYLE-TYPE: circle; 
	TEXT-ALIGN: right; 
	TEXT-DECORATION: none
}

.ar-normalText ul li {
	FONT: 11px Verdana, Arial, Helvetica, sans-serif;
	COLOR: #333333;
	TEXT-ALIGN: right;
	TEXT-DECORATION: none;
	BORDER-RIGHT: medium none;
	BORDER-TOP: medium none;
	BORDER-LEFT: medium none;
	BORDER-BOTTOM: medium none;
	line-spacing: normal;
	LIST-STYLE-POSITION: inside; 
	LIST-STYLE-TYPE: disc;
	clear: both;
	list-style-position: outside;
	list-style-image: url(../right-arrow.png);
	margin-top: 10px;
	margin-left: -15px;
	margin-right: 5px;
	margin-bottom: 5px;
}

/******************************* Block text ********************************/

.ar-blockText_left {
	COLOR: #333333;
	TEXT-ALIGN: right;
	TEXT-DECORATION: none;
	line-spacing: normal;
	float: left;/* to float the text next to other contents (wrapping)*/
	width: 315px;
	margin-top: 75px;
	margin-right: 10px;
	margin-left: 20px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
}


.ar-blockText_right {
	COLOR: #333333;
	TEXT-ALIGN: justify;
	TEXT-DECORATION: none;
	line-spacing: normal;
	float: right;/* to float the text next to other contents (wrapping)*/
	width: 460px;
	margin-top: 75px;
	margin-right: 20px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 13px;
}
/******************************* text titles ********************************/

.ar-normalTitle {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 16px;
	color: #CC3300;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-transform:uppercase;
	text-align: justify;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	top: 10px;
}

/**************************************************/
.float_right {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.float_left {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-right: 10px;
	margin-right: 10px;
}

/********************General Title different alignment ***************************/

.ar-centered-title {
	BORDER-RIGHT: medium none;
	LIST-STYLE: circle url(/en/images/css-images/b1.gif) outside; 
	BORDER-TOP: medium none; FONT-WEIGHT: normal;
	FONT-SIZE: 11px; 
	BORDER-LEFT: medium none;
	COLOR: #333333; 
	BORDER-BOTTOM: medium none; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-ALIGN: center; 
	TEXT-DECORATION: none
}

A.ar-centered-title :link {
	BORDER-RIGHT: medium none;
	LIST-STYLE: circle url(/en/images/css-images/b1.gif) outside; 
	BORDER-TOP: medium none; FONT-WEIGHT: normal;
	FONT-SIZE: 11px; 
	BORDER-LEFT: medium none;
	COLOR: #333333; 
	BORDER-BOTTOM: medium none; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-ALIGN: center; 
	TEXT-DECORATION: none
}

.ar-left-title {
	BORDER-RIGHT: medium none;
	LIST-STYLE: circle url(/en/images/css-images/b1.gif) outside; 
	BORDER-TOP: medium none; FONT-WEIGHT: normal;
	FONT-SIZE: 11px; 
	BORDER-LEFT: medium none;
	COLOR: #333333; 
	BORDER-BOTTOM: medium none; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-ALIGN: right; 
	TEXT-DECORATION: none
}

A.ar-left-title :link {
	BORDER-RIGHT: medium none;
	LIST-STYLE: circle url(/en/images/css-images/b1.gif) outside; 
	BORDER-TOP: medium none; FONT-WEIGHT: normal;
	FONT-SIZE: 11px; 
	BORDER-LEFT: medium none;
	COLOR: #333333; 
	BORDER-BOTTOM: medium none; 
	FONT-STYLE: normal; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-ALIGN: right; 
	TEXT-DECORATION: none
}


/******************** Page Titles ***************************/

.ar-page-title{
	FONT-WEIGHT: bold;
	FONT-SIZE: 16px;
	COLOR: #a82601;
	FONT-STYLE: normal;
	FONT-FAMILY: Georgia, "Times New Roman", Times, serif;
	TEXT-ALIGN: right;
	TEXT-DECORATION: none;
	border: none;
	
}

/***********************************************/
