﻿body, .text
{
    font-family: Gisha,Tahoma;
    font-size: 11pt;
	direction: rtl;
}

h1, .h1
{
	font-size: 14pt;
	font-weight: bold;
	color: Orange;
}
h2, .h2
{
	font-size: 12pt;
	font-weight: bold;
	color: Orange;
}

img, table
{
    border: 0px;
}

.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%;
}

.stdText {
    width: 900px;
    padding-right: 50px;
}

.clip-circle {
  border-radius: 60px;
}