@import url(menustyle.css);
@import url(gridStyle.css);
body, p, td, input, select, textarea
{
    font-size: 8pt;
    font-family: Tahoma;
    text-decoration: none;
}
body
{
    margin: 0,0,0,0;
}
input
{
    direction: rtl;
}
textarea
{
    direction: rtl;
}
.Agencies
{
    font-size: 9pt;
    color: #666666;
}
A, A:active, A:link, A:visited
{
    color: dodgerblue;
    text-decoration: none;
}
A:hover
{
    color: orangered;
}
.PageIndex
{
    color: Blue;
}
.LeftToRight
{
    direction: ltr;
}
.RightToLeft
{
    direction: rtl;
}
