BODY{
	font-size: 1em;
	font-family: Times New Roman, Georgia, sans-serif;
	overflow-x:hidden;
	line-height:1.2;
	background: url(/images/body/bg.jpg) left top fixed #000; 
}


@font-face {
	font-family: Arabic, Georgia, sans-serif;
	src: url(/css/Arabic);
}

img {
    vertical-align: middle;
	border: 0 none;
}

* {
    box-sizing: border-box;
}

*::-moz-selection {
    background: none repeat scroll 0 0 rgb(128, 128, 128);
   /* text-shadow: none;*/
}

html, body {
	margin:0;
	padding:0;
}

html, button, select {
    color: rgb(34, 34, 34);
	font-size: 100%;
}

hr.sep{display:block;height:1px;margin:0;*margin:-7px 0;_margin:0;padding:0;border:0;clear:both;color:transparent;visibility:hidden}


A{text-decoration:none;}