TABLE.border_white
 { border-color: #ffffff;
   border-style: solid;
   border-width: 1px;
 }

TABLE.border_black
 { border-color: #000000;
   border-style: solid;
   border-width: 1px;
 }
 
IMG.img_white 
 { border-color: #ffffff;
   border-style: solid;
   border-width: 1px;
 }
 
A.link_white {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  cursor: hand;
  cursor: pointer;
  text-decoration: none;
}

A.link_white:hover {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #ffffff;
  font-weight: normal;
  cursor: hand;
  cursor: pointer;
  text-decoration: underline;
}

TD.heading
 { color: #ffffff; 
   font-family: Tahoma, Verdana, Arial, sans-serif;
   font-size: 14px;
   font-weight: bold;
   text-decoration: none;
 }

TD.text
 { font-family: Tahoma, Verdana, Arial, sans-serif;
   font-size: 11px;
   color: #000000;
   font-weight: normal;
 }
