@charset "windows-1256";

/* Elements CSS */
body {
	background-image: url(../images/siteBg.gif);
   background-repeat: repeat-x;
	color: #000000;
	font-family: Tahoma, Arial;
	font-size: 13px;
	direction: rtl;
	margin: 0 0 0 0;
}

#site_center {
	background-color: #fff;
	width: 774px;
	margin: 0 auto;
	border-left: solid 1px #0b7700;
	border-right: solid 1px #0b7700;
	padding: 0px 2px 0px 2px;
}

table {
	font-size: 13px;	
}

td {
	font-size: 13px;		
}


a:link {
	color: #4a8103;
	text-decoration: none;
}

a:visited {
	color: #4a8103;
	text-decoration: none;

}
a:hover {
	color: #1c3101;
	text-decoration: underline;
	background-color: Lime;
}

a:active {
	color: #92e622;
	text-decoration: none;
	
}
		
img {
	border: 0;
	text-decoration: none;
}