﻿body 
{
    margin: 0px;
    background-color: #5077A2;
    text-align: center;
    cursor: default;
    scrollbar-base-color: #A2B790;
}

body, textarea, select, td
{
    font-family: Times New Roman;
    font-size: 16px;
}

td, div, span
{
    text-align: justify;
}

.ltr
{
    direction: ltr;
}

.rtl
{
    direction: rtl;
}

img
{
    border: none;
}

a
{
    color: Black;
    text-decoration: none;
}

a:hover
{
    color: Red;
}

a.WhiteLink
{
    color: White;
}

a.WhiteLink:hover
{
    color: Red;
}

.block
{
    display: block;
}

.hand
{
    cursor: pointer;
}

a.HoverUnderline
{
    text-decoration: none;
}

a.HoverUnderline:hover
{
    text-decoration: underline;
}

a.UnderLine
{
    text-decoration: underline;
}

a.BlueLink
{
    color: #336699;
}

a.BlueLink:hover
{
    color: Red;
}

.inline
{
    display: inline;
}

.textbox
{
    border: 1px solid #7F9DB9;
}

.button
{
    border: 1px solid Gray;
    background-color: White;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
}

.PageBodyDiv
{
    width: 595px;
    height: 770px;
    overflow-x: hidden;
    overflow-y: auto;
}

.PageBodyBigDiv
{
    width: 820px;
    height: 770px;
    overflow-x: hidden;
    overflow-y: auto;
}
