﻿body
{
    font-size: 10pt;
    color:  Black ;
    font-family: Tahoma, Arial;
}

A
{
    color: blue;
    text-decoration: none;
}

A:hover
{
    text-decoration:underline;
}

A:visited
{
    text-decoration:none;
}

.HeadingA
{
    color: #ff9933;
    text-decoration: none;
    font-weight: bold;
    font-size: 11pt;
}

.SmallPrint
{
    font-size: 10px;
}

.FieldsButtons
{
    font-size: 11px;
    color: black;
    font-family: Verdana, Arial;    
}