/* Stylesheet */

body
{
    background-color: #FFFFFF;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    overflow-y:scroll;
}
tr
{
    font-family: Tahoma;
    font-size: 13px;
    color : #000000;
}
b
{
    font-weight: bold;
}
center
{
    text-align: center;
}
img
{
    border: 0px;
}
div.body
{
    width: 100%;
    height: 100%;
    position: absolute;
    text-align: center;
}
table
{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    border: 0px;
}
a:link
{
    color : #000000;
    background-color : transparent;
    text-decoration : underline;
}
a:visited
{
    color : #000000;
    background-color : transparent;
    text-decoration : underline;
}
a:hover
{
    color : #942723;
    background-color : transparent;
    text-decoration : underline;
}