.darabicKfont
{
    font-family: 'Droid Arabic Kufi', Arial, David, Tahoma;
 }
 
 .darabicKfontBold
{
    /*font-size: 12px;*/
    font-family: 'Droid Arabic Kufi', Arial, David, Tahoma;
    font-weight: bold;
 }   
 
 
   .Hebrewfont
{
    /*font-size: 12px;*/
    font-size: 12px;
    font-family: Tahoma !important;
 }  
 
 
  .HebrewfontBold
{
    font-size: 12px;
    font-family: Tahoma !important;
    font-weight: bold;
 }   
body
{
font-family: 'Droid Arabic Kufi';  
    }     
              
.border-between > [class*='col-']:before {
  
   bottom: 30px;
   top: 30px;
   content: " ";
   left: -20px;
   position: absolute;
   /*width: 2px;*/
   border: 2px dotted #bbd2b0;
   
}

.border-between > [class*='col-']:first-child:before {
   display: none;
}

.NavSubmitButton
{
	/*Submit Button Attributes*/
	color: #FFFFFF;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	min-width: 120px;
	padding: 7px 16px;
	margin: 0px 3px;
	display: inline-block;
	background: #3186ad;
	border: none;
}

.NavSubmitButton:hover
{
	color: #FFFFFF;
	font-size: 12px;
	font-family: Tahoma;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	min-width: 120px;
	padding: 7px 16px;
	margin: 0px 3px;
	display: inline-block;
	background: #474e53;
	border: none;
	cursor: pointer;
}


.hrSep {
	color: #fff;
	background-color: #fff;
	border: 1px dotted #3186ad !important;
	border-style: none none dotted;     
}