﻿body{
	margin:0px;
	font-family:tahoma;
	font-size:12px;
	color: #333333;
	text-align:right;
}
.menuLinks{
	font-family:arial;
	font-size:12pt;
	font-weight:bold;
	color: #764316;
	text-decoration:none;
}
.menuLinks:hover{
	font-family:arial;
	font-size:12pt;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.txtBoxes{
	background-image: url('../images/txtBox.gif');
	background-position: center center;
	background-repeat: no-repeat;
	border-style: none;
	width: 155px;
	height: 24px;
	padding: 2px;
	font-size: 12px;
	color: #333333;
	border-width: 0px;
	background-attachment:scroll;
	font-family:Tahoma;
	}
.frmBtn{
	background-image: url('../images/frmbtnBG.gif');
	background-position: center center;
	background-repeat: no-repeat;
	border-style: none;
	width: 46px;
	height: 25px;
	font-size: 12px;
	color: #764316;
	border-width: 0px;
	border-style:none;
	font-family:Tahoma;
}
a{
	font-family:tahoma;
	font-size:12px;
	color:#3333CC;
	text-decoration:none;
}
a:hover{
	font-family:tahoma;
	font-size:12px;
	color:#FF6600;
	text-decoration:none;
}


#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 27px;
}

#nav a {
	display: block;
	width:140px;
}

#nav li { /* all list items */
	float: left;
	width: 140px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	padding:5px;
	position: absolute;
	background: #F7F7F7;
	width: 140px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-bottom:1px #999999 solid;
}

#nav li ul ul { /* third-and-above-level lists */
	padding:5px;
	margin-right:100px;
	margin-top:-30px;
	border-bottom:1px #999999 solid;
	background-color:#EEEEEE;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}
.cntTD{
	padding: 7px; text-align: justify; font-size: 13px;direction:rtl;vertical-align:top;
}
.cntTD_en{
	padding: 7px; text-align: justify; font-size: 13px;direction:ltr;vertical-align:top;
}

.cntHD{
	padding: 5px; background-color: #F8F8F8; font-family: arial; font-size: 12pt; font-weight: bold; color: #754D27; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #C1894F;direction:rtl
}
.cntHD_en{
	padding: 5px; background-color: #F8F8F8; font-family: arial; font-size: 12pt; font-weight: bold; color: #754D27; border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #C1894F;direction:ltr
}

