
A
  {
  text-decoration : none;
  color: #3C6600;
  }

A:hover
  {
  text-decoration : underline;
  color: #3C6600;
  }

.large
  {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #000000;
  }

.hall
  {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #919191;
  }
.hall A
  {
  text-decoration : none;
  color: #919191;
  }
.hall A:hover
  {
  text-decoration : underline;
  color: #919191;
  }

.green
  {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #39B44A;
  }
.green A
  {
  text-decoration : none;
  color: #39B44A;
  }
.green A:hover
  {
  text-decoration : underline;
  color: #39B44A;
  }


.menu
  {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #39B44A;
  font-weight: bold;
  }
.menu A
  {
  text-decoration : none;
  color: #39B44A;
  }
.menu A:hover
  {
  text-decoration : underline;
  color: #39B44A;
  }

.submenu
  {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #A1A29F;
  font-weight: bold;
  }
.submenu A
  {
  text-decoration : none;
  color: #A1A29F;
  }
.submenu A:hover
  {
  text-decoration : none;
  color: #FF2400;
  }


td, .default, .table, .errdefault, .button
  {
    font-family : Tahoma, Arial, Helvetica, sans-serif;
  font-size : 14px;
  color: #000000;
  }

P, UL, OL
  {
  margin-top: 0px; margin-bottom: 0px;
  }
LI { margin-top: 5px; margin-bottom: 5px; }

.errdefault
  {
  font-weight: bold;
  color: #CC0000;
  }

.button { color: #4E4E4E; background: #F5F5F5; padding: 2px; border: 1px solid; border-color: #CACACA #8B8B8B #8B8B8B #CACACA; background-image: url(../button.png); cursor: hand; }

.defaultinput
  {
  font-family : Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
    }
