﻿body {
   margin: 0px;
   padding: 0px;
   text-align: center;
 }
 
 table 
 {
     border-collapse: collapse;
     border-color: #777777;
     font-family: Tahoma;
     font-size: 10pt;
     padding: 0px;
     border-spacing: 0px;
     margin-left: auto;
     margin-right: auto;
     }

td
{
    margin:0px;
    padding:0px;
    text-align: left;
}

a:link, a:visited
{
    color: #000000;
    text-decoration: none;
}
a:hover 
{
     color: #000000;
    text-decoration: underline;
}
a:link.yellow, a:visited.yellow
{
    color: #efd597;
    text-decoration: none;
}
a:hover.yellow
{
    color: #efd597;
    text-decoration: underline;
}
a:link.greyData, a:visited.greyData
{
    color: #808080;
    text-decoration: none;
}
a:hover.greyData
{
    color: #cccccc;
    text-decoration: none;
}

a:link.image, a:visited.image
{
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}
a:hover.image
{
    color: #000000;
    text-decoration: nnone;
    font-weight: normal;
}
    
a:link.white, a:visited.white
{
    color: #DDDDDD;
    text-decoration: none;
    font-weight: normal;
}
a:hover.white
{
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: normal;
}

a:link.grey, a:visited.grey
{
    color: #555555;
    text-decoration: none;
    font-weight: normal;
}
a:hover.grey
{
    color: #000000;
    text-decoration: none;
    font-weight: normal;
}
a:link.red, a:visited.red
{
    color: #BE0000;
    text-decoration: none;
    font-weight: normal;
}
a:hover.red
{
    color: #BE0000;
    text-decoration: underline;
    font-weight: normal;
}
a:link.green, a:visited.green
{
    color: #1C592C;
    text-decoration: none;
    font-weight: normal;
}
a:hover.green
{
    color: #1C592C;
    text-decoration: underline;
    font-weight: normal;
}
a:link.blue, a:visited.blue
{
    color: #0033cc;
    text-decoration: none;
    font-weight: normal;
}
a:hover.blue
{
    color: #0033cc;
    text-decoration: underline;
    font-weight: normal;
}
