html, body {
  height:100%;
  margin:0px;
  padding:0px;
}


td {
  font: 70% Tahoma, Trebuchet MS, Arial, Verdana;
  color: #333333;
}
td a {
  color: #737373;
  text-decoration: underline;
}
td a:hover, td a.cont:hover {
  color: red;
  text-decoration: underline;
}


.tdWhite, .tdWhite a {
  color: #ffffff;
  text-decoration: none;
}
.tdWhite a:hover{
  color: #ffffff;
  text-decoration: underline;
}



.tdNews, .tdNews a {
  color: #737373;
  text-decoration: none;
}
.tdNews a:hover{
  color: #0075D9;
  text-decoration: underline;
}



.tdList, .tdList a {
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
.tdSmall a:hover{
  color: red;
  text-decoration: underline;
}



.tdSmall {
  font-size: xx-small;
  color: #737373;
  text-decoration: none;
}
.tdSmall a {
  color: #AEAEAE;
  text-decoration: none;
}
.tdSmall a:hover{
  color: #000000;
  text-decoration: underline;
}



.tdInput {
  font: 11px MS Sans Serif;
  color: #000000;
}

