body
{
    font: 11pt Tahoma, Arial, Helvetica, 'Times Roman';
    background-image: none;
    vertical-align: baseline;
    text-transform: none;
    color: black;
    letter-spacing: normal;
    background-color: white;
}
A:active
{
    color: gray;
}
A:hover
{
    color: blue;
    font-style: italic;
}
A:link
{
    color: blue;
    text-decoration: none;
}
A:visited
{
    color: blue;
    text-decoration: none;
}
.Copyright_Notice
{
    font-size: 7pt;
    text-align: center;
}
.Copyright_Notice A:active
{
    color: gray;
}
.Copyright_Notice A:hover
{
    color: blue;
    font-style: italic;
}
.Copyright_Notice A:link
{
    color: blue;
    text-decoration: none;
}
.Copyright_Notice A:visited
{
    color: blue;
    text-decoration: none;
}
