﻿body, input, textarea
{
    font-family: Tahoma, Geneva, Sans-Serif;
    font-size: 11px;
}
a
{
    text-decoration: none;
}
a:Hover
{
    text-decoration: underline;
}
th
{
    text-align: left;
}
td
{
    vertical-align: top;
}

div.Center, table.Center
{
    margin-left: auto;
    margin-right: auto;
}
