﻿body
{
  margin: 10px;
  font-family: Tahoma,Verdana,Arial;
  color: Gray;
  overflow-y: scroll; 
}
td
{
  vertical-align: top;
  text-align: center;
}
td.left
{
  vertical-align: top;
  text-align: left;
}
td.centermiddle
{
  vertical-align: middle;
  text-align: center;
}
td.centertop
{
  vertical-align: top;
  text-align: center;
}
a.Disabled
{
  text-decoration: none;
  color: Gray;
}
a.Enabled
{
  text-decoration: underline;
  color: Gray;
}
a.Current
{
  text-decoration: none;
  color: Gray;
}
a.White
{
  text-decoration: none;
  color: White;
}
a.EnabledNotUnderlined
{
  text-decoration: none;
  color: Gray;
}
input, textarea
{
  font-family: Tahoma,Verdana,Arial;
  font-size: 13px;
  color: Gray;
}
td.Date
{
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}
td.Time
{
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}
td.Text
{
  text-align: left;
  vertical-align: top;
  white-space: normal;
}

