.menu
{
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
}
.basis, td
{
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  line-height: 17px;
}
A
{
  text-decoration: none;
}
A:hover
{
  text-decoration: underline;
}
A:active
{
  text-decoration: underline;
}
.basisjustify
{
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #000000;
  text-decoration: none;
  line-height: 17px;
  text-align: justify;
}




/************************* MENU **************************/


.menu_1
{
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  width: 100%;
  padding: 4px 0px 4px 10px;
  margin: 0px 0px 0px 4px;
  line-height: 15px;
  background-image: url(../images/menubalk.jpg);
  background-position: 10px bottom;
  background-repeat: no-repeat;
}

.menu_1_selected
{
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  width: 100%;
  padding: 4px 0px 4px 10px;
  margin: 0px 0px 0px 14px;
  line-height: 15px;
  background-image: url(../images/menubalk_selected.jpg);
  background-position: 0px bottom;
  background-repeat: no-repeat;
}

