﻿body, .text
{
    /*
	font-family: Gisha,Tahoma;
	font-size: 11pt;
    */

	font-family:  Gisha, Tahoma, 'Secular One'; 
	color:rgb(38, 62, 141); 
	font-size: 1.1em; 
	font-weight:normal;
	
	direction: rtl;
}

h1, .h1
{
	font-size: 2em;
	font-weight: bold;
	color: Orange;
}
h2, .h2
{
	font-size: 1.8em
	font-weight: bold;
	color: Orange;
}

img, table
{
    border: 0px;
max-width: 100%;
}

.validators 
{
    font-family: Tahoma;
    font-size: 1.3em;
    font-weight: bold;
    color: Red;
}
.bld 
{
	font-weight: bold;
	color: Orange;		    
}

.bold {
    font-weight: bold;
}

.center 
{
	text-align:center;
    display: table;
    margin: 0 auto;
}
.noshade
{
	height:2px;border-width:0;color:gray;background-color:gray;
}


.shadow 
{
    font-size: 20px;
    letter-spacing: 5px;
	height: 1.3em;
	filter: Shadow(Color=#666666, 	
			Direction=190, 
			Strength=3);
}  
.plus
{
    font-size:0.7em;
    font-style:italic;
    vertical-align: super;
} 
.nomargin    
{
    margin-bottom: 0;
}
.mail
{
    width: 100%;
    font-family: Courier New;
    background-color: #E2E8E9;
}

#bottomContent {
    width: 100%;
    border-collapse: collapse;
    /*border: 1px solid red;*/
}

a, a.visited {
    color: black;
}

.sliderBold {
    color: Orange;
    font-size: 140%;
}

@media only screen and (max-width: 1241px) {
	#headImage {
		display: none;
	}
}

@media only screen and (min-width: 1242px) {
	#headImageMobile {
		display: none;
	}
	#tblContents {
		width: 1242px;
	}
	
}

.clip-circle {
  border-radius: 60px;
}