html, body {
	margin: 0;
	padding: 0;
	border: 0;
	height: 100%;
}

body {
	background: #4E5D3C url(images/bg.gif);
	color: #080000;
	font-size : 8px;
	font-family: Tahoma, Arial, sans-serif;
	text-align: center;
}

#tdn {
	color: #334C00;
	font-size : 13px;
	font-family: Tahoma, Arial, sans-serif;
	LINE-HEIGHT: 20px;
	text-align: justify;
}

td {
	color: #334C00;
	font-size : 13px;
	font-family: Tahoma, Arial, sans-serif;
}

#tde {
	color: #334C00;
	font-size : 16px;
	font-weight: bold;
	font-family: Simplified Arabic, Arial;
}

#ne {
	color: #334C00;
	font-size : 16px;
	font-weight: bold;
	font-family: Simplified Arabic, Arial;
	text-align: justify;
	LINE-HEIGHT: 20px;
}

a {
	color: #68754E;
	text-decoration: none;
}

a:hover {
	color: #B6BBAB;
	text-decoration: none;
}

p  {
	margin: 0;
	padding-bottom: 8px;
}

hr {
	clear: both;
	height: 3px;
	border-top: solid 3px #9FAA71;
}

#hre {
	clear: both;
	height: 1px;
	border-top: dashed 1px #B2BB8D;
}

img {
	border: none;
}

/* CSS Tabs */
#button {
	width: 12em;
	border-right: 1px solid #B6BBAB;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: Tahoma, Arial, sans-serif;
	font-size : 11px;
	background-color: #B6BBAB;
	color: #333;
	text-align: right;
	width: 182px;
}

#button ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#button li {
	border-bottom: 1px solid #B6BBAB;
	margin: 0;
	list-style: none;
	list-style-image: none;
}

#button li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #959E81;
	border-right: 10px solid #68754E;
	background-color: #879074;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html>body #button li a {
	width: auto;
}

#button li a:hover {
	border-left: 10px solid #ADB797;
	border-right: 10px solid #79855F;
	background-color: #9FA88D;
	color: #fff;
}

#button li #active {
	border-left: 10px solid #ADB797;
	border-right: 10px solid #79855F;
	background-color: #9FA88D;
	color: #fff;
}

#copyright {
	font-family: Tahoma, Arial, sans-serif;
	font-size : 11px;
	color: #68754E;
}
