body
{ 
background: #FFFFFF;
font: 12px Arial
}

p
{ color: #000000;
  font-size: 12px
}

p.menu
{ color: #FFFFFF;
  font-size: 12px
}

li { font-size: 12px }

img {
  border-width: 0px;
  padding-left: 3px;
  padding-top: 3px;
  padding-right: 3px;
  padding-bottom: 3px; }

a { font-size: 12px }

a:link {
  text-decoration: none;
  color: blue }

a:active {
  text-decoration: none;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: lightblue;
  color: blue }

a:hover {
  text-decoration: none;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: lightblue;
  color: blue }

a.nostyle:hover {
 text-decoration: none;
 border-bottom-width: 0px; }

a:visited {
  text-decoration: none;
  color: blue }


a.menu:link {
  text-decoration: none;
  color: #000000 }

a.menu:active {
  text-decoration: none;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: green;
  color: #000000 }

a.menu:hover {
  text-decoration: none;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: green;
  color: #000000 }

a.menu:visited {
  text-decoration: none;
  color: #000000 }


address {
  margin-top: 1em;
  padding-top: 1em;
  border-top: thin dotted }


.indent5 {
  padding-left: 5px; }


.indent15 {
  padding-left: 15px }

