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