html, body {
  font-size: 12px;
}

body {
/*  font-family: Tahoma,Verdana, Geneva, Arial, Helvetica, sans-serif;*/
  font-family: "Lucida Grande", "Lucida Sans Unicode",Tahoma, Verdana, sans-serif;
}

a {
  text-decoration: none;
  font-weight: bold;
  color: black;
}

a.small {
  text-decoration: none;
  font-weight: bold;
  color: #996600;
  font-size: 90%
}

a.menu {
  color: #222222;
}

a.menuS {
  color: #c7c7c7;
}

a.menu:hover {
  color: #e5e5e5;
  text-decoration: none;
}

a.menuS:hover {
  color: #e5e5e5;
  text-decoration: none;
}

a.smenu {
  color: #aaaaaa;
}

a.smenuS {
  color: #c7c7c7;
}

a.smenu:hover {
  color: #e5e5e5;
  text-decoration: none;
}

a.smenuS:hover {
  color: #e5e5e5;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #222222;
}

table {
  font-size: 12px;
}

td.ptitle {
  background: #e4e4e4;
  font-size: 13px;
}

td.pleft {
  color: red;
  font-weight: bold;
  font-size: 12px;
}

.noBottomBorder {
  border-top: 1px solid black;
  border-left: 1px solid black;
  border-right: 1px solid black;
}

h1,h2,h3,h4,h5,h6 { 
  border: 0;
  margin: 4px;
  padding: 4px;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-weight: normal;
}

li {
  font-size: 15px;
  list-style: none;
  display: block;
  padding: 1px;
}

ul.smenu {
  margin: 3px;
  padding: 3px;
}

li.smenu {
  font-size: 11px;
}

h1 {
  font-weight: bold;
}

h3 { 
  text-transform: uppercase;
  font-size: 90%;
  word-spacing: 2px;
  letter-spacing: 4px;
  font-weight: bold;
}

p.text {
  padding: 6px;
  margin: 6px;
  text-align: justify;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 110%;
}

td.title {
  color: #555555;
  font-size: 22px;
  padding: 0px 50px;
}