HTML, body
{
    background-color: #fff;
    padding: 0px;
    margin: 0px;
    font-family: Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    color: black;
}

A:link
{
    color: blue;
    background-color: transparent;
    text-decoration: none;
}
A:visited
{
    color: blue;
    background-color: transparent;
    text-decoration: none;
}
A:active
{
    color: blue;
    background-color: transparent;
    text-decoration: none;
}
A:hover
{
    color: blue;
    background-color: transparent;
    text-decoration: underline;
}

.hand
{
    cursor: hand;
}

.border_rad4
{
    border: 1px solid #abc1de;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.border
{
    border-bottom: 1px solid #aaaaaa;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #aaaaaa;
    border-top: 1px solid #cccccc;
    background-color: #FFFFFF;
}

.CalBorder
{
    border-bottom: 1px solid #6788be;
    border-left: 1px solid #6788be;
    border-right: 1px solid #6788be;
    border-top: 0px;
    background-color: #FFFFFF;
}

