body{
	padding:0;
	margin:0;
	background-color:#C5CCA2;
	font-family: arial;
	font-weight: normal;
	font-size: 13px;
	color: #000000;
}
/*#textHEB p, #textHEB ul {
	direction:rtl;
}*/

#textENG div{
	padding: 0 20px;
}

#textENG{
	color:#745F44;
	margin:15px 0px 10px 30px;
	width: 470px;
	height: 200px;
	overflow-y: scroll;
	overflow-x: hidden;
	text-align:left;
	font: 15px "trebuchet ms" normal;
	color: #000000;
}

#linksDiv ul{
	padding:0 5px 0 0;
	margin:0;
	list-style: none;
}

#linksDiv li{
	padding: 1px;
	float:left;
}
#linksDiv li a img{
	border-width:0;
}
#linksDiv li a span{
	display:none;
}
#linksDiv a:link, #linksDiv a:visited { text-decoration: underline; color: #675F60; font-weight: normal; }
#linksDiv a:active, #linksDiv a:hover { color: black; background-color: transparent; }

a.link1:link, a.link1:visited { text-decoration: underline; color: #675F60; font-weight: bold; }
a.link1:active, a.link1:hover { color: black; }

a.link2:link, a.link2:visited { text-decoration: none; color: #757575; font-size:11px; font-weight: bold; }
a.link2:active, a.link2:hover { text-decoration: underline; color: black; }


