body 
{
    direction :rtl;
    font-size : 14px;
    font-family : Simplified Arabic;
    background-color :#FFFFFF;
    color : #2B2B2B;
	margin-bottom: 0px;
	margin-top : 0px;
	padding: 0px;
}
/* Links style*/
A:link {
	COLOR: #2B2B2B;
	font-weight:bold;
	TEXT-DECORATION: none;
}
A:visited {
	COLOR: #2B2B2B;
	font-weight:bold;
	TEXT-DECORATION: none;
}
A:hover {
	COLOR: #900E11;
	font-weight:bold;
	TEXT-DECORATION: underline;
}
A:active 
{
	font-weight:bold;
	 TEXT-DECORATION: none;
}

/* Tables style*/
.Border_Black{
    text-align : center;
	border : 1px solid #000000;
	background-color : transparent;
	border-collapse : collapse;
}
.No_Border{
	text-align : center;
	border : none;
	background-color : transparent;
	border-collapse : collapse;
}
/* Cells style*/
.Red{
    font-family : Simplified Arabic;
    font-size : 14px;
    font-weight:bold;
    color : #FFFFFF;
	background-color : #900E11;
	border : none;
}
.Gray{
    font-family : Simplified Arabic;
    font-size : 14px;
    font-weight:bold;
    color : #2B2B2B;
	background-color : #EEEEE4;
	border : none;
}

.White{
    font-family : Simplified Arabic;
    font-size : 14px;
    font-weight:bold;
    color : #2B2B2B;
	background-color : #FFFFFF;
	border : none;
}

.None{
    font-family : Simplified Arabic;
    font-size : 14px;
    font-weight:bold;
    color : #2B2B2B;
	background-color : transparent;
	border : none;
}

.Menu{
    background-image : url(img/Graybg.gif);
	background-position : center top;
	background-repeat : repeat-x;
    font-family : Simplified Arabic;
    font-size : 14px;
    color : #2B2B2B;
	background-color : #EEEEE4;
	border : none;
	height : 26px;
}

.RightShadow{
    background-image : url(img/Right-Shadow.gif);
	background-position : Left top;
	background-repeat : repeat-y;
	background-color : #FFFFFF;
	border : none;
	height : 26px;
}


.LeftShadow{
    background-image : url(img/Left-Shadow.gif);
	background-position : Right top;
	background-repeat : repeat-y;
	background-color : #FFFFFF;
	border : none;
	height : 26px;
}
/* Spans style*/
span.txtRed{
	color : #900E11;
	font-family : Simplified Arabic;
	font-size : 14px;
	font-weight:bold;
}
span.txtGray{
	color : #EEEEE4;
	font-family : Simplified Arabic;
	font-size : 14px;
	font-weight:bold;
}
span.txtBlack{
	color : #2B2B2B;
	font-family : Simplified Arabic;
	font-size : 14px;
	font-weight:bold;
}
span.txtWhite{
	color : #FFFFFF;
	font-family : Simplified Arabic;
	font-size : 14px;
	font-weight:bold;
}

span.titRed{
	color : #900E11;
	font-family : Simplified Arabic;
	font-size : 16px;
}
span.titGray{
	color : #EEEEE4;
	font-family : Simplified Arabic;
	font-size : 16px;
}
span.titBlack{
	color : #2B2B2B;
	font-family : Simplified Arabic;
	font-size : 16px;
}
span.titWhite{
	color : #FFFFFF;
	font-family : Simplified Arabic;
	font-size : 16px;
}