@font-face {
    font-family: 'Lotus Linotype';
    
    src: url('../fonts/goldenlotus/subset-GoldenLotusStg.eot');
    src: url('../fonts/goldenlotus/subset-GoldenLotusStg.eot?') format('embedded-opentype'),
        url('../fonts/goldenlotus/subset-GoldenLotusStg.woff2') format('woff2'),
        url('../fonts/goldenlotus/subset-GoldenLotusStg.woff') format('woff'),
        url('../fonts/goldenlotus/subset-GoldenLotusStg.ttf') format('truetype');
    
    font-weight: 400;
    font-style: normal;
    font-display: fallback; 
}

body , h1 , h2 , h3 , h4 ,  h5 , h6 , p , img , form , input , a , select , ul , li, span{
	margin:0px;
	padding:0px;
	border: 0px;
	/*font-size: 13px;*/
    font-family:'Lotus Linotype';direction: rtl;
}
#Container {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 14px;
}
body {
	/*background-color: #F3F6F6;*/
}

@media (max-width:480px) {
    
    #Container {width: auto !important; padding: 0 10px 0 10px;}        
}            

#Container .Header {
	/*height: 55px;*/
	/*direction: ltr;*/
	padding: 0px 6px 0px 0px;
}
#Container .Header .Printlogo {
	float: left;
}
#Container .Header .PrintButton {
	float: right;
	padding-top: 34px;
}
#Container .Header a {
	float: left;
	padding-right: 10px;
}

#Container .CopyRights {
	text-align: center;
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #969FB4;
	padding-top: 8px;
	padding-bottom: 10px;
}
#Container .CopyRights span {
	font-weight: bold;
	padding: 0px 5px;
}
h3 {
	font-weight: bold;
	font-size: 16px;
	text-align: justify;
    color: #495F62;
	padding-top: 5px;
	padding-bottom: 16px;
}
h4 {
	font-size: 11px;
	font-weight: normal;
	color: #A6B1B2;
	/*padding-bottom: 15px;*/
	}
h4 span {
	font-weight: bold;
	font-size:14px;
}	
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 8px;
}

.PrintContent h3 img{ margin-left: 10px; text-align: left !important;}