/* CSS Document */

body {
  background: #fff;
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

img {
  border: 0px;
}

td {
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}
.boldunderline {
  font-weight: bold;
  text-decoration: underline;
}

.marginleft {
  position: relative;
  left: 3px;
  margin-right: 3px;
}

a#rsc{
  font-size:10px;
}
a#rsc:hover{
  font-size:10px;
}