body {
	direction: rtl;
	background: white;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
}
#menu {
	position: absolute;
	top:0;
	border-bottom: solid 1px #9ACD32;
	color: #9ACD32;
	width: 100%;
	padding: 2px;
}
#menu a {
	text-decoration: none;
	color: #FFD700;
	font-family: tahoma;
	font-size: 10pt;
}
#logo {
	width: 100%;
	margin-top: 70px;
	text-align: center;
}
#logo .searchbox {
	border: 1px solid #aaaaaa;
	height: 38px;
	font-family: tahoma;
	font-size: 12pt;
	font-weight: bold;
	color: black;
	padding: 8 5 5 5;
	width: 400px;
	display:none;
}
#totalbox {
	position: absolute;
	top:0;
	float: left;
	left: 5px;
	font-family: tahoma;
	font-size: 8pt;
}
#totalbox .value {
	font-weight: bold;
	color: #c7dE00;
}
#menu a:hover {
	color: #FFA500;
}
#container {
	width: 100%;
	padding-top: 40px;
	text-align: right;
	margin: 0 auto;
}
#footer {
	text-align: center;
	width: 100%;
	padding-top: 10px;
}
#footer p {
	font-family: tahoma;
	font-size: 7pt;
	color:#a0a0a0;
}
#search {
	vertical-alignment: middle;
}
.searchbox {
	border: 1px solid #aaaaaa;
	height: 38px;
	font-family: tahoma;
	font-size: 12pt;
	font-weight: bold;
	color: black;
	padding: 8 5 5 5;
	width: 600px;
}
.button {
	background: url("images/button.gif");
	background-repeat: repeat-x;
	height: 38px;
	border: solid 1px gray;
	font-family: times;
	font-size: 16pt;
	font-weight: bold;
	cursor: pointer;
}
.buttonBig {
	background: url("../images/button.gif");
	background-repeat: repeat-x;
	height: 45px;
	border: solid 1px gray;
	font-family: times;
	font-size: 16pt;
	font-weight: bold;
	margin-top: 10px;
	cursor: pointer;
	display:none;
}
#results {
	margin-right: 40px;
	margin-top: 40px;
}
.result {
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: solid 1px #9ACD32;
	width: 60%;
}
.result a {
	text-decoration: none;
	font-family: times;
	font-weight: bold;
	font-size: 12pt;
	color: #FFA500;
}
.result p {
	margin-right: 25px;
	text-align: justify;
	line-height: 200%;
	font-family: tahoma;
	font-size: 10pt;
}
#navigation {
	margin: 40px;
}
#navigation span {
	font-family: tahoma;
	font-size: 10pt;
	font-weight: bold;	
	margin-left: 20px;
	margin-right: 20px;
	color: gray;
}
#navigation a {
	text-decoration: none;
	font-family: tahoma;
	font-size: 10pt;
	margin-left: 20px;
	margin-right: 20px;
	color: green;
}
#navigation a.bold {
	margin-right: 0px;
	margin-left: 40px;
	text-decoration: none;
	font-family: times;
	font-size: 12pt;
	font-weight: bold;
}

.totalText 
{
	font-family:Tahoma;
	font-size: 8pt;
	color: Gray;
	margin-right: 230px;
}
.totalText .value 
{
	font-weight: bold;
	color: #c7dE00;
}
.keyword
{
	text-decoration: none;
	font-family: tahoma;
	font-size: 12px;
	color: #88aaaa;
	font-weight: bold;
}
.keywords 
{
	margin-top: 20px;
	font-family: Arial;
	font-size: 16px;
	color: Black;
	font-weight: bold;
}