﻿body 
{
    font-family:Tahoma;
    font-size:9pt;
    text-align:justify;
    direction:rtl;
}
#header
{
    background-color:Green;
    width:100%;
    height:250px;
    border:1px;
    font-family:Tahoma;
    font-size:10pt;
    font-weight:700;
    color:Orange;
    background-color:Blue;
}
#content
{
    background-color:Gray;
    width:100%;height:250px;border:1px;
}
#footer
{
    background-color:Blue;
}
A,A:active
{
    font-family:Tahoma;
    font-size:9pt;
    color:#d23d12;
    text-decoration:none;
}

A:visited
{
    font-family:Tahoma;
    font-size:9pt;
    color:#485c39;
    text-decoration:none;
}
A:hover
{
    font-family:Tahoma;
    font-size:9pt;
    color:#d23d12;
    text-decoration:underline;
}
.title
{
    color:#1b53c4;
    font-weight:bold;
}
.tip:hover
{
    font-family:Tahoma;
    font-size:8pt;
    color:black;
    display:block;
}
.tip,.tip:active
{
    font-family:Tahoma;
    font-size:8pt;
    color:#d23d12;
    text-decoration:underline;
}
.txt
{
	font-family: Tahoma;
	font-size : 12;
	color : #393939;
}
.mandatory
{
    font-family: Tahoma;
	font-size : 9;
	color : red;
}