@charset "windows-1256";

/* Elements CSS */
body {
	color: #a700bc;
	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: #b11f7f;
	text-decoration: none;
}

a:visited {
	color: #b11f7f;
	text-decoration: none;

}
a:hover {
	color: #fff;
	text-decoration: underline;
	background-color: #c10092;
}

a:active {
	color: #92e622;
	text-decoration: none;
	
}
		
img {
	border: none;
	text-decoration: none;
}

img a:link {
	color: #4a8103;
	text-decoration: none;
}

img a:visited {
	color: #4a8103;
	text-decoration: none;

}
img a:hover {
	color: #1c3101;
	text-decoration: underline;

}

img a:active {
	color: #92e622;
	text-decoration: none;
	
}