﻿body
{
	font-family: Tahoma;
	font-size: 9pt;
	background-color: #01337A;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	cursor: url('../pic/MYCURSOR.CUR');
	direction: rtl;
}
a
{
	color: White;
	text-decoration: none;
	font-weight: bold;
}
a:hover
{
    color: red;
}
.Buttons
{
    border: 1px outset #AFC7FA;
    font-family: Tahoma;
    font-size: 8pt;
    background-color: #EAE7FE;
    cursor: hand;
    font-weight: normal;
    color: Blue;
    margin-right: 0px;
    height: 19px;
}
.inputs
{
    direction: rtl;
    text-align: right;
    font-family: Tahoma;
    font-size: 8pt;
    color: Blue;
    font-weight: bold;
    border-style: solid;
    border-width: 1px;
    border-color: #AFC7FA;
    background-color: #EAE7FE;
}
.d1
{
	text-align: right; 
	padding-right: 20px;
}
.d1 h2
{
	font-size: 14px; 
	color: #FF9933;
}