@charset "UTF-8";
/* CSS Document */

body {
margin: 0;
padding: 0;
border: 0;
background-color: #ffffff;
background-image: url();
background-repeat: repeat;
text-align: justify;
color: #000000;
font-family: lucida grande, verdana;
font-size: 10px;
}

tr, td {
width: 540px;
text-align: justify;
color: #000000;
font-family: lucida grande, verdana;
font-size: 10px;
}

A:link
{ text-decoration: none; font-style: none; font-weight: none; color:#000000; }
A:visited
{ text-decoration: none; font-style: none; font-weight: none; color:#000000; }
A:active
{ text-decoration: none; font-style: none; font-weight: none; color:#000000; }
A:hover
{ text-decoration: none; font-style: none; font-weight: none; color:#fff; background-color:#000000; }