﻿a:link
{
    color: #333333;
    text-decoration: none;
}
a:visited
{
    text-decoration: none;
    color: #333333;
}
a:hover
{
    text-decoration: underline;
    color: #FF0000;
}
a:active
{
    text-decoration: none;
}
 

body
{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

body, td
{
    font-size: 12px;
    color: #333333;
}

.button
{
    border-right: #002D96 1px solid;
    padding-right: 2px;
    border-top: #002D96 1px solid;
    padding-left: 2px;
    font-size: 12px;
    FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FFFFFF, EndColorStr=#9DBCEA);
    border-left: #002D96 1px solid;
    cursor: hand;
    color: black;
    padding-top: 2px;
    border-bottom: #002D96 1px solid;
}

.table
{
    border: solid 1px #c0c0c0;
    border-collapse: collapse;
    border-spacing: 1px;
    width: 100%;
}

.tableCell
{
    border: solid 1px #c0c0c0;
    height: 20px;
}

.textbox
{
    border-style: solid;
    border-color: #5B91CC;
    border-width: 1px;
}