@charset "windows-1256";

/* Elements CSS */
body {
	margin: 8px;
	background-color: #FFF4F4;
	color: #BB0000;
	font-family: Tahoma, Arial;
	font-size: 11px;
	border: solid 1px #D97777;
	direction: rtl;

}

table {
	font-size: 11px;	
}

td {
	font-size: 11px;		
}

a:link {
	color: #7A0000;
	text-decoration: none;
}

a:visited {
	color: #7A0000;
	text-decoration: none;

}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	color: #4B0000;
	text-decoration: none;
	
}
		
img {
	border: 0;
	text-decoration: none;
}