TD
{
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Arial
}
.absolute
{
    VISIBILITY: hidden;
    POSITION: absolute
}
.relative
{
    VISIBILITY: hidden;
    POSITION: relative
}
A
{
    COLOR: dimgray;
    text-decoration:none;
}
A:active
{
    COLOR: dimgray
}
A:link
{
    COLOR: dimgray
}
A:visited
{
    COLOR: dimgray
}
A:hover{
color:gold;
}

INPUT
{
    BORDER-RIGHT: silver thin solid;
    BORDER-TOP: silver thin solid;
    FONT-SIZE: 8pt;
    BORDER-LEFT: silver thin solid;
    COLOR: black;
    BORDER-BOTTOM: silver thin solid;
    FONT-FAMILY: Arial
}
SELECT
{
    BORDER-RIGHT: thin solid;
    BORDER-TOP: thin solid;
    FONT-SIZE: 8pt;
    BORDER-LEFT: thin solid;
    COLOR: black;
    BORDER-BOTTOM: thin solid;
    FONT-FAMILY: Arial
}
.text
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: Arial, Verdana,Helvetica, sans-serif
}
.tHeading
{
    FONT-WEIGHT: bold;
    FONT-SIZE: 12px;
    COLOR: #ffffff;
    FONT-FAMILY: Arial, Helvetica, sans-serif
}
