/* base */
/********/

body, p, table, tr, td, ul, ol{
  background-color:#F0F0F0;
  font-family: verdana, sans-serif; 
  font-size: 99%; 
  color: #000000; 
  vertical-align: top; 
}


/* links */
/*********/

a:link{color: #B00000; text-decoration:none}  /* for unvisited links */
a:visited{color: #B00000; text-decoration:none} /* for visited links */
a:hover{color: #B00000; text-decoration:none} /* when mouse is over link */
a:active{color: #B00000; text-decoration:none} /* when link is clicked */


/* header */
/**********/

h1{ 
  font-size: 100%;
  font-weight: bold;
}

h2{ 
    font-size: 115%; 
}

h3{ 
    font-size: 110%; 
}


/* menus */
/*********/

#menu_1 A{
  font-size: 115%; 
  text-decoration: none;
}

#menu_1 A:hover{
  text-decoration: none;
}

#menu_1 td{ 
  border:1px solid black;
  text-align: center;
  width: 16%;
}

#menu_1 td.menu1-level1-no{ 
  background-color: black;
}

#menu_1 td.menu1-level1-no a{ 
  color: white;
/*  white-space: nowrap; */
}

#menu_1 td.menu1-level1-act{ 
  background-color: white;
 }

#menu_1 td.menu1-level1-act a{ 
  color: #e00000;
  font-weight:bold;
}

