@charset "windows-1256";

/* Elements CSS */
body {
	color: #000000;
	font-family: Tahoma, Arial;
	font-size: 12px;
	direction: rtl;
	margin: 0 0 0 0;

	
}

#site_center {
	background-color: #dbd9d9;
	width: 100%;
	margin-right: 3px;
}

table {
	font-size: 11px;	
}

td {
	font-size: 11px;		
}

a:link {
	color: #4d4d4d;
	text-decoration: none;
}

a:visited {
	color: #4d4d4d;
	text-decoration: none;

}
a:hover {
	color: #ff2323;
	text-decoration: underline;
}

a:active {
	color: #4d4d4d;
	text-decoration: none;
	
}
		
img {
	border: 0;
	text-decoration: none;
}