@charset "utf-8";

body {
	background: #BCBEC0;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body,td,th {
	font-size: 11px;
}
#container {
	width: 730px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	border-right-width: 12px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #818285;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
}
#space {
	background-image: url(images/gap.gif);
	background-repeat: repeat-x;
	height: 57px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d2ba81;
}

#nav {
	height: 35px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D2BA81;
	border-bottom-color: #D2BA81;
	background-image: url(images/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	vertical-align:bottom;
}

#header {
	height: 120px;
	padding-top: 20px;
	padding-left: 30px;
}
#content {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D2BA81;
}
#footer {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #D2BA81;
	border-bottom-color: #D2BA81;
	padding-top: 50px;
	padding-bottom: 8px;
	text-align: right;
	padding-right: 15px;
	font-size: 9px;
}

#homePanel {
	clear: both;
	height: 325px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D2BA81;
	background-image: url(images/home_bg.jpg);
	background-repeat: no-repeat;
	padding-left: 30px;
}
#contentPanel {
	clear: both;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D2BA81;
	padding-left: 8px;
	background-color: #EEE3CE;
	padding-top: 20px;
	padding-bottom: 20px;
}


#contentContent {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D2BA81;
	color: #999999;
}
.guise {
	color: #EEE3CE;
	font-weight: bold;
}
.homeContent {
	padding-left: 16px;
	margin-left: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D2BA81;
	float: left;
	width: 190px;
}
.clear {
	clear: both;
}
.small {
	font-size: 9px;
}




.headingBrown {
	font-weight: bold;
	color: #BC983C;
}
#content  ol, #content  ul{
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin-left: 0px;
	clear: left;
}
#contentPanel li {
	clear: left;
}


ul {
	list-style-type: square;
}
.contentContent {
	float: left;
	width: 675px;
	padding-left: 20px;
	line-height: 16px;
}
h1 {
	font-weight: normal;
	font-size: 13pt;
	font-family: "Trebuchet MS", Tahoma, Verdana;
	color: #333333;
}
strong {
	color: #333333;
}
.investContent {
	float: left;
	width: 335px;
	padding-left: 20px;
	line-height: 16px;
}
.investContentLeft {
	float: left;
	width: 315px;
	padding-left: 20px;
	line-height: 16px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D2BA81;
	padding-right: 20px;
	text-align: justify;
}
.subOl {
	margin-left: -30px;
}
.subOlTitle {
	margin-left: 4px;
	font-weight: bold;
}.alignRight {
	float: right;
}
.subOlDouble {
	margin-left: -37px;
}
.subOlTitleDouble {
	margin-left: 8px;
	font-weight: bold;
}
.subOlTitleDisclaimer {
	margin-left: 4px;
}
.subOlTitleDoubleDisclaimer {
	margin-left: 4px;
}
.subSubOl {
	margin-left: -41px;
}
.subSubOlTitleDisclaimer {
	margin-left: 4px;
}
.subSubOlDouble {
	margin-left: -48px;
}
.subSubOlTitleDisclaimerDouble {
	margin-left: 4px;
}
.justify {
	text-align: justify;
}

/*=====  Abdel code =====*/
.menu li{
	margin:0 0 0 5px!important;
}

/*==== Tables charts =====*/
table.chart tr td {
	background: #E2D6BE;
	padding:3px 5px 3px 5px;
	
	font-size: 11px
}
table.chart tr.label td{
	background: #D3C7AF;
}
table.chart tr td.important{
	background: #BCAE93;
}
