/*
body {

  background-color : #ffffff;
  border           : 0px;
  color            : #ffffff;
  font-family      : Verdana, Arial, Helvetica;
  font-size        : 10px;
  margin           : 0px;
  padding          : 0px;
  scrollbar-base-color   : #555555; 
}
*/  
table.nullTable {
  border-bottom    : 0px;
  border-left      : 0px;
  border-right     : 0px;
  border-top       : 0px;
  padding: 0px;
}

table.blackTable {
  border-bottom    : 1px #000000 solid;
  border-left      : 1px #000000 solid;
  border-right     : 1px #000000 solid;
  border-top       : 1px #000000 solid;
  padding          : 0px;
}
  
td.whiteTableData {
  background-color : #ffffff;
  border-bottom    : 0px;
  border-left      : 0px;
  border-right     : 0px;
  border-bottom    : 0px;
  color            : #000000;
  padding          : 0px;
  margin           : 0px;
}

td.news {
  background-color : #ffffff;
  border-bottom    : 0px;
  border-left      : 0px;
  border-right     : 0px;
  border-bottom    : 0px;
  color            : #003366;
  padding          : 3px;
  margin           : 0px;
}

td.blackTableData {
  background-color : #000000;
  border-bottom    : 0px;
  border-left      : 0px;
  border-right     : 0px;
  border-bottom    : 0px;
  padding          : 0px;
  margin           : 0px;
}

td.blueDkTableData {
  background-color : #003366;
  border-bottom    : 0px;
  border-left      : 0px;
  border-right     : 0px;
  border-bottom    : 0px;
  font-size        : 12px;
  padding          : 3px;
  margin           : 0px;
}

td.blueDkTableDataL {
  background-color : #003366;
  border-bottom    : 0px;
  border-left      : 0px;
  border-right     : 0px;
  border-bottom    : 0px;
  font-size        : 12px;
  padding          : 0px;
  margin           : 0px;
}

td.blueLtTableData {
  background-color : #6699FF;
  border-bottom    : 0px;
  border-left      : 0px;
  border-right     : 0px;
  border-bottom    : 0px;
  font-size        : 12px;
  padding          : 3px;
  margin           : 0px;
}

td.whiteTableData {
  background-color : #ffffff;
  border-bottom    : 0px;
  border-left      : 0px;
  border-right     : 0px;
  border-bottom    : 0px;
  padding          : 0px;
  margin           : 0px;
}

td.greyTableData {
  background-color : #666666;
  color            : white;
  border-bottom    : 0px;
  border-left      : 0px;
  border-right     : 0px;
  border-bottom    : 0px;
  padding          : 4px;
  margin           : 0px;
  size             : 10px;
}

td.dliTableData {
  background-color : #ffffff;
  border-bottom    : 0px;
  border-left      : 0px;
  border-right     : 0px;
  border-bottom    : 0px;
  color            : #003366;
  font-size        : 12px;
  padding          : 0px;
  margin           : 0px;
}

a.link {
  color            : white;
  text-decoration  : none;
}

a.states {
  color            : #003366;
  text-decoration  : none;
}

a.dli {
  color            : blue;
  text-decoration  : none;
}

