
body
{
background-color: #808080;

color: #000000;
font-family: arial,tahoma,verdana;
font-size: 13px;
}

a:link {text-decoration:underline;color:#0000d0;}
a:visited {text-decoration:underline;color:#0000d0;}
a:active {text-decoration:underline;color:#0000d0;}
a:hover {text-decoration:underline;color:#0000d0;}

a.ml:link { text-decoration:none; color:#333333; }
a.ml:visited { text-decoration:none; color:#333333; }
a.ml:hover { text-decoration:underline; color:#333333; }

a.cl:link { text-decoration:none; color:#0000d0; }
a.cl:visited { text-decoration:none; color:#0000d0; }
a.cl:hover { text-decoration:none; background-color:#e0e0f0; color:#0000d0; }


.table
{
border: 0px;
margin: 0px;
border-spacing: 0px;
border-style: solid;
border-width: 0px;
border-color: #000000;
border-collapse: collapse;
font-size: 12px;
background-color: #ffffff;
}

td {vertical-align: top; padding: 2px;}


