
A 
  {
  text-decoration: none;
  color: #636163;
  }

A:hover
  {
  text-decoration: underline;
  color: #636163;
  }

td, .default, .table, .errdefault, .button
  {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #636163;
  }

.blue { color: #4C637A;  }
.blue A { text-decoration: none; color: #4C637A; }
.blue A:hover { text-decoration: underline; color: #4C637A; }

.red { color: #8B805C;  }
.red A { text-decoration: none; color: #8B805C; }
.red A:hover { text-decoration: underline; color: #8B805C; }

.green { color: #598659;  }
.green A { text-decoration: none; color: #598659; }
.green A:hover { text-decoration: underline; color: #598659; }


P, UL, OL
  {
  margin-top: 0px; margin-bottom: 0px;
  }
LI { margin-top: 5px; margin-bottom: 5px; }

.bottom
  {
  font-family: Trebuchet MS,Verdana,Tahoma,Helvetica,Terminal;
  color: #808080;
  }

.errdefault
  {
  font-weight: bold;
  color: #CC0000;
  }

.button
  {
  color: #000000;
  line-height: 14px;
  }

.defaultinput
  {
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
    }





.large_blue, .large_red, .large_green, .large_gray, 
  {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #636363;
  }
.large_green A, .large_red A, .large_blue A, .large_gray A, 
  {
  text-decoration: none;
  }
.large_green A:hover, .large_red A:hover, .large_blue A:hover, .large_gray A:hover
  {
  text-decoration: none;
  color: #444444;
  }

.large_blue
  {
  color: #4C637A;
  }
.large_red
  {
  color: #8B805C;
  }
.large_green
  {
  color: #598659;
  }