body
{
	background-color: #FEFFFF;
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	direction: rtl; 
}
div#header
{
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	background-image: url(   'Images/header_bg.gif' );
	height: 98px;
	background-repeat: repeat-x;
}
div#content
{
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
	width: 900px;
}
div#bottom
{
	font-family: tahoma;
	font-size: 11px;
	color: #000000;
	width: 900px;
	/*background-image: url(  'Images/shade_bottom.gif' );*/
	background-repeat: repeat-x;
}
td.bottom
{
	font-family: tahoma;
	font-size: 11px;
	color: #013076;
	line-height: 23px;
}
td.bottom a:hover
{
	font-family: tahoma;
	font-size: 11px;
	color: #013076;
}
td.top
{
	font-family: tahoma;
	font-size: 12px;
	color: #FFFFFF;
	height: 33px;
	text-align: left;
	vertical-align: top;
	width: 450px;
}
td.top a:link
{
	font-family: tahoma;
	color: #013076;
}
td.top a:hover
{
	font-family: tahoma;
	color: #FEFFFF;
}
td.top2
{
	font-family: tahoma;
	font-size: 12px;
	color: #FFFFFF;
	height: 33px;
	text-align: right;
	width: 50%;
	vertical-align: bottom;
	line-height: 50px;
}
.MenuSep
{
	width: 2px;
	font-family: tahoma;
	color: #FEFFFF;
}

/*///////////////////////////////////////////////////////*/


/* Main Menu */
.MainMenu_MenuContainer
{
	background-color: transparent;
}
.MainMenu_MenuBar
{
	cursor: pointer;
	height: 33px;
	background-color: Transparent;
}
.MainMenu_MenuItem
{
	cursor: pointer;
	color: #003366;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10pt;
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
	background-color: Transparent;
	border-width: 0px 0px 0px 1px;
	border-color: #FFFFFF;
	height: 33px;
	font-weight: normal;
	font-style: normal;
}
.MainMenu_MenuIcon
{
	cursor: pointer;
	background-color: #EEEEEE;
	border-left: #EEEEEE 0px solid;
	border-bottom: #EEEEEE 0px solid;
	border-top: #EEEEEE 0px solid;
	text-align: center;
	width: 15px;
	height: 21px;
}
.MainMenu_MenuBreak
{
	border-bottom: #EEEEEE 0px solid;
	border-left: #EEEEEE 0px solid;
	border-top: #EEEEEE 0px solid;
	border-right: #EEEEEE 0px solid;
	background-color: Transparent;
	height: 0px;
}
.MainMenu_SubMenu
{
	cursor: pointer;
	background-color: #FFFFFF;
	border-bottom: #FFFFFF 0px solid;
	border-left: #FFFFFF 0px solid;
	border-top: #FFFFFF 0px solid;
	border-right: #FFFFFF 0px solid;
	border-width: 1px;
	border-color: #DBE9FF;
	color: #003366;
	font-size: 10px;
	font-family: tahoma;
	font-weight: normal;
	font-style: normal;
}
.MainMenu_SubMenuItemSelected
{
	cursor: pointer;
	color: #003366;
	font-family: Tahoma, Arial, Helvetica;
	font-size: 10pt;
	background-color: #C5D7F1;
	font-weight: normal;
	font-style: normal;
}
.MainMenu_RootMenuItem
{
	border: 10px solid #FF0000;
	font-family: tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	font-style: normal;
}
.MainMenu_RootMenuItemSelected
{
	color: #BBDDFF;
	font-size: 12px;
	font-family: tahoma;
	font-weight: normal;
	font-style: normal;
}
.MainMenu_RootMenuItemActive
{
	color: #BBDDFF;
	font-size: 12px;
	font-family: tahoma;
	font-weight: normal;
	font-style: normal;
	background-color: Transparent;
}
.MainMenu_MenuArrow
{
	cursor: pointer;
	border-right: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-top: #FFFFFF 0px solid;
	border: 0px solid #FFFFFF;
}
.MainMenu_RootMenuArrow
{
	cursor: pointer;
}

