BODY
{
  margin: 1px;
  padding: 1px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-decoration: none;
  color: #7A829B;
}

br
{
  line-height: 8px;
}

ul
{
  padding: 1px;
  list-style-type:none;
  margin-top: 0px; /* Remove the first space from the list */
  margin-bottom: 15px; /* Remove the last item space from the list */
}

li
{
  padding: 1px;
  list-style-type:none;
  margin-top: 0px; /* Remove the first space from the list */
  margin-bottom: -12px; /* Remove the last item space from the list */
}

p
{
  margin-top: 3px; /* Remove the first space from the list */
  margin-left: 1px;
}

.menu
{
  text-align: left;
  margin-bottom: 0px; /* Remove the last item space from the list */
  margin-left: 1px;
  position:relative;
  left:1px;
}

.menuitem
{
  text-align: left;
  margin-bottom: 0px; /* Remove the last item space from the list */
  margin-left: 1px;
  position:relative;
  left:6px;
}

a
{
  display: block;
}

a:visited
{
}

a:hover
{
  font-style: italic;
  text-decoration: none;
}

a:active
{
  font-style: italic;
}

.text-red
{
  font-style: normal;
  font-size: 10px;
  color: #956565;
}


