.Text_CSS {
	font-family: "Simplified Arabic";
	font-size: 14px;
	color: #804000;
	direction: rtl;
	font-weight: bold;
	text-align:right;
	direction:rtl;
	font-style: normal;
	text-decoration: none;
}

.Title_CSS {
	font-family: "Simplified Arabic";
	font-size: 16px;
	color: #592E13;
	direction: rtl;
	font-weight: bold;
	text-align:right;
	direction:rtl;
}
.Text_CSS_E {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #804000;
	direction: ltr;
	font-weight: bold;
	text-align:left;
	direction:ltr;S
}

.Title_CSS_E {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #592E13;
	direction: ltr;
	font-weight: bold;
	text-align:left;
	direction:ltr;
}

/*.table {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thick;
	border-left-width: thick;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #DD8D5E;
	border-right-color: #DD8D5E;
	border-bottom-color: #592E13;
	border-left-color: #592E13;
}*/
.table {
	color: #FAF4D8;
	border-top-width: thin;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #300;
	border-right-color: #300;
	border-bottom-color: #300;
	border-left-color: #300;
}

.link_text {
	font-family: "MS Sans Serif";
	font-size: 8px;
	text-align:right;
	color: #666;
	pointer:hand;
	font-style: normal;
	text-decoration: none;
}

.link_text_E {
	font-family: "MS Sans Serif";
	font-size: 8px;
	text-align:left;
	color: #666;
	pointer:hand;
	font-style: normal;
	text-decoration: none;
}

.btable {
	
	font-family: "Simplified Arabic";
	font-size: 16px;
	color: #592E13;
	direction: rtl;
	font-weight: bold;
	right: auto;
	text-align:right;
	border: thin solid #BB7C53;
	direction: rtl;
}
.btable2 {
	
	font-family: "Simplified Arabic";
	font-size: 16px;
	color: #592E13;
	direction: rtl;
	font-weight: bold;
	right: auto;
	text-align:center;
	border: thin solid #BB7C53;
	direction: rtl;
}

.btable_E {
	
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #592E13;
	direction: ltr;
	font-weight: bold;
	right: auto;
	text-align:left;
	border: thin solid #BB7C53;
	
}

.btable_E2 {
	
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #592E13;
	direction: ltr;
	font-weight: bold;
	right: auto;
	text-align:center;
	border: thin solid #BB7C53;
	
}

/**************************************/
.titlefield{ /*CSS for RSS title link in general*/
/**/
	font-family: "Simplified Arabic";
	font-size: 16px;
	color: #592E13;
	direction: rtl;
	font-weight: bold;
	text-align:right;
	direction:rtl;
	text-decoration: none;
}

.labelfield{ /*CSS for label field in general*/
color:brown;
font-size: 90%;
}

.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 90%;
}

#example1{ /*Demo 1 main container*/
width: 400px;
height: 30px;
border: 0px solid black;
padding: 4px;
background-color: #FCF9EB;
}

#example2{ /*Demo 2 main container*/
width: 600px;
height: 180px;
border: 1px dashed black;
padding: 4px;
background-color: #EEEEEE;
}

#example2 div ul{ /*Demo 2 UL container*/
margin: 0;
padding-left: 18px;
}

#example2 div ul li{ /*Demo 2 LI that surrounds each entry*/
margin-bottom: 4px;
}

#example3{ /*Demo 3 main container*/
width: 250px;
height: 280px;
border: 1px solid navy;
padding: 4px;
}

#example3 div p{ /*Demo 3 P element that separates each entry*/
margin-top: 0;
margin-bottom: 7px;
}

code{ /*CSS for insructions*/
color: red;
}
