body
{
    background-color : rgb(255 , 255 , 255);
}
td
{
    font-family : "Tahoma" , "Arial" , "Verdana";
    font-size : 10pt;
    line-height : 140%;
    color : rgb(0 , 0 , 0);
}
a:link
{
    color : rgb(0 , 0 , 0);
    text-decoration : none;
    Font-family : Verdana;
    Font-size : x-small;
    Font-variant : normal;
    Font-style : normal;
    Font-weight : normal;
    Text-decoration : underline;

}
a:hover
{
    Font-family : Verdana;
    Font-variant : normal;
    Font-style : normal;
    Font-weight : normal;
    Font-size : x-small;
    Color : green;
    Text-decoration : none;
}

a:visited
{
    Font-family : Verdana;
    Font-variant : normal;
    Font-style : normal;
    Font-weight : normal;
    Font-size : x-small;
    Color : black;
    Text-decoration : underline;
}
.blank
{
    font-size : 1pt;
}
.line
{
    font-size : 1pt;
    background-color : rgb(204 , 204 , 204);
}
.banner
{
    font-size : 12pt;
    color : rgb(75 , 146 , 217);
    font-weight : bold;
}
.tbox
{
    border:1px solid rgb(204 , 204 , 204); height : 10px;
    background : rgb(255  255  255);
}
.tborder
{
    border : 1px solid rgb(204 , 204 , 204);
}
.cellbg1
{
    background-color : rgb(148 , 18 , 18);
}
.cellbg2
{
    background-color : rgb(183 , 34 , 27);
}