<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
/* Global property ======================================== */

/* Columns ======================================== */
#main-content
{
  min-width: 980px; 
  margin: 0px;
  padding:0px;
  text-align: right; 
  direction:rtl;   
}
#sub-content
{
  min-width: 960px; 
  position:relative;
  margin: 11px 0 0;
  padding:0px;
  text-align: right; 
  direction:rtl;   
}
.right-content
{
  width :640px;    
  position:relative;
  direction:rtl; /* For fix internal division direction*/  
  padding:0px;
  margin:11px 0 0;
  float: right;
  overflow:hidden
}
.left-content
{
  width :295px;    
  background: none repeat scroll 0% 0% rgb(249, 249, 249);
  position:relative;
  direction:rtl; /* For fix internal division direction*/   
  padding:0;
  margin:20px 0 0;
  float: left;
  overflow:hidden;
  border: 1px solid rgb(221, 221, 221);
}
.column1-4{
  width:258px;
  background:repeat scroll #f0d9ca;      
  position:relative;   
  color:#555	;
}

.column3-4{
  width:775px;  
  position:relative;
  color:#555;  
}

.column2-4{
  width:508px;
 /* background:url(../images/pattern.png) repeat scroll 50% 0 #15171A ;  */
   position:relative; 
}

.column1-3{
  width:337px;
  background:none;   
  position:relative; 
}

.column2-3
{
  width:678px;   
  position:relative;
  float:right;     	
}
.column1-5
{
  width:200px;  
  position:relative;    
  border:solid 1px rgb(216, 220, 255) ;	
}
.column2-5
{
    width:405px;
    position:relative;
    background:none;  
}
.a4
{
  width : 595px;
  height : 842px;
  margin : 10px;   
 }
.a4header
{
   font-family :BKoodakBold,BKoodakBold;
   color : #4b5a36;
   font-size :12px; 
}
.a4header p
{
    margin-left :100px;   
}
.a4body 
{
 background-color :#fffff7;
 font : 13px BKoodakBold ;
 color : black; 
 line-height :2.1;
}
.a4spf
{
 font-family : BKoodakBold,BKoodakBold;
 color :#9c000c;    
}
.colorbox
{ 
    border:solid 1px rgb(216, 220, 255) ;
    color :#4b6852;    
    line-height :0.9;   
}
.hcolorbox
{   
    background-color :rgb(216, 220, 255);
    height:30px;
    color :#4b6852;
    font-family :BKoodakBold;
    line-height :0.9;    
    
}
.bcolorbox span 
{
 font-family : Times New Roman;
 color :#fff;
 font-size : 14px;
 font-weight :normal;
 margin-left :80px;   
}
.radius{
   border-radius:5px 5px 5px 5px;
  -moz-border-radius:5px 5px 5px 5px;
  -webkit-border-radius:5px 5px 5px 5px;
  }
.shadow{
  box-shadow:-1px 3px 3px #5c5757; 
  -webkit-box-shadow:-1px 3px 3px #5c5757; 
}
.logcolumn{
 width:225px;
 direction:rtl;
 text-align:justify;
 background-color:Yellow;
 line-height:1.7;
 color:#777;
 font-size:11px;
 margin:10px ;
 padding:4px
}
/* Header Box ======================================== */


.headerbox{		
	border:#000 1px solid ;					
	position:relative;
	top:0px;
	margin:0px auto;	
	padding:8px 15px;		
	z-index:60;	
}
.boxshadow{
	width:100%;		
	background-color:#999;
	opacity : .6;
	position:absolute;
	top:10px;
	left:0px;

}
.backbutt
{
 width:108px;
 height:23px;
 background-image:url(../images/buttom.png);
 float:right  ;
 margin: 0px 0px -5px 0px;
 color : #8a4100;
 font-size :12px;
 text-align :center;
 cursor : pointer;
} 
.backbutt1
{
 width:108px;
 height:23px;
 background-image:url(../images/buttom1.png);
 float:right  ;
 margin: 0px 0px -5px 0px;
 color : #8a4100;
 font-size :12px;
 text-align :center;
} 
.box
{  
   height :180px;   
   background-color: rgb(238, 241, 245);
   border: 1px solid rgb(190, 190, 190);
   border-radius: 3px;  
   margin: 0px 0px 25px;
}
.leftinnerbox
{  
    margin : 16px 12px; 
    font-size:1.2em;	
	font-style:normal; 
    line-height: 1.6em;  
}
.shadowbox 
{       
   background:#ffeca1;
   border-radius:5px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;      
   box-shadow:0px 5px 3px #c4c798; 
  -webkit-box-shadow:0px 5px 3px #c4c798;   
}
.innerbox
{  
    width:290px;
    margin : 15px 20px 20px 0px; 
    font-size:1.2em;	
	font-style:normal; 
	color :#333;
    line-height: 1.6em;    
}
 .sweet_button.adv_gradient 
 {
   background: -moz-linear-gradient(center top , rgb(189, 0, 10), rgb(139, 0, 7)) repeat scroll 0% 0% transparent;
   filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#BD000A', endColorstr='#8B0007',GradientType=0); 
   

 }
 .sweet_button1.adv_gradient1
 {
  background : -moz-linear-gradient(center top , rgb(30, 27, 118), rgb(18, 16, 71)) repeat scroll 0% 0% transparent; 
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1E1B76', endColorstr='#121047',GradientType=0 ); 
  
 }
 .sweet_button
 {
   box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.75);
   text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);
 }
 .sweet_button:hover 
 {
    color: rgb(255, 255, 255);
 }
 .sweet_button {
    cursor: pointer;
    display: inline-block;
    margin: 10px 0px 0px 20px;
    padding: 0px 8px;
    text-decoration: none;    
    color: rgb(255, 255, 255);
    border-style: none;
    border-radius: 5px; 
    font-size : 0.8em;   
    font-family:BKoodakBold;
    
}
.sweet_button1
 {
   box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.75);
   text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.75);
 }
 .sweet_button1:hover 
 {
    color: rgb(255, 255, 255);
 }
 .sweet_button1 {
    cursor: pointer;
    display: inline-block;
    margin: 10px 0px 0px 20px;
    padding: 0px 8px;
    text-decoration: none;    
    color: rgb(255, 255, 255);
    border-style: none;
    border-radius: 5px; 
    font-size : 0.6em;   
    font-family:BKoodakBold;
    
}
fieldset 
{
    border:1px solid #eee;
    background : #fdfaf0
}
 &lt;!--[if gte IE 5]&gt;

  .boxshadow{
  /*It's a 100 scale. So 100 is 100% opacity (AKA the default) and 50 is 50% opacity.
  The worst part of this is not the CSS issues, since this sort of forking is common.
It's coding opacity in Javascript. You always
  have to make some second calculation to
  make things match across browsers 
  */  
  filter:alpha(opacity=20); 
  }
 
&lt;!--[endif]&gt;	
</pre></body></html>