BODY
{
}
INPUT.textbox
{
    BORDER-RIGHT: orange thin ridge;
    BORDER-TOP: orange thin ridge;
    FONT-SIZE: 8pt;
    BORDER-LEFT: orange thin ridge;
    COLOR: mediumblue;
    BORDER-BOTTOM: orange thin ridge;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: navajowhite
}
INPUT.textbox2
{
    BORDER-RIGHT: darkblue thin ridge;
    BORDER-TOP: darkblue thin ridge;
    FONT-SIZE: 8pt;
    BORDER-LEFT: darkblue thin ridge;
    COLOR: darkblue;
    BORDER-BOTTOM: darkblue thin ridge;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: lightsteelblue
}
SELECT.dropdown
{
    BORDER-RIGHT: darkorange thin ridge;
    BORDER-TOP: darkorange thin ridge;
    BORDER-LEFT: darkorange thin ridge;
    BORDER-BOTTOM: darkorange thin ridge;
    BACKGROUND-COLOR: navajowhite
}
TD.orangetd
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 8pt;
    TEXT-TRANSFORM: capitalize;
    COLOR: white;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: orange;
    TEXT-ALIGN: center
}
TD.graytd
{
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: lightgrey;
    TEXT-ALIGN: center
}
TD.gray
{
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Verdana;
    TEXT-ALIGN: center
}
TD.whitetd
{
    FONT-SIZE: 8pt;
    COLOR: black;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: white;
    TEXT-ALIGN: center
}
TD.redtext
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 8pt;
    COLOR: red;
    FONT-FAMILY: Verdana;
    TEXT-ALIGN: center
}