@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: #ffffff;
	width: 100%;
	margin: 0 auto;
}

table {
	font-size: 11px;	
}

td {
	font-size: 11px;		
}

a:link {
	color: #dc0000;
	text-decoration: none;
}

a:visited {
	color: #dc0000;
	text-decoration: none;

}
a:hover {
	color: #ff2323;
	text-decoration: underline;
}

a:active {
	color: #ff2323;
	text-decoration: none;
	
}
		
img {
	border: 0;
	text-decoration: none;
}