/*
*  Typographic styles
*/

body {
  font: 74% arial, sans-serif;
}

h2 {
  font-size: 22px;
}

legend {
  font-size: 16px;
}

h2, h3, h4, strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

a {
  color: #666;
}

a:hover {
  color: #900;
}



#menu li a {
  color: #fff;
  font-size: 11px;
  line-height: 30px;
  text-align: left;
  text-decoration: none;
}

fieldset ul li input, fieldset ul li select, fieldset ul li span {
  font-size: 11px;
}

#staff_cont h4 {
  font-size: 17px;
  font-weight: normal;
}

#staff_cont table.staff td h4 {
  font-size: 14px;
  font-weight: bold;
}

#staff_cont table.staff td.staff_cat h4 {
  font-weight: normal;
  font-style: italic;
  font-size: 16px;
}
