a {
  text-decoration: none;
  color: #0568cb;
}
a:hover {
  background-color: #eeeeee;
  color: #0568cb;
  cursor: pointer;
}
h1 {
  font-family: arial,helvetica,sans-serif;
  font-weight: normal;
  text-align: left;
  color: #333333;
}
p {
  font-family: arial,helvetica,sans-serif;
  text-align: left;
  text-indent: 3em;
  color: #333333;
}
img {
  padding: 0.5ex;
  vertical-align: top;
  margin-left: 0em;
}
dl, ul {
  list-style-type: circle;
  list-style-image: none;
  list-style-position: outside;
  color: #0568cb;
  margin-top: 0px;
  margin-left: 0;
  padding-left: 0;
}
dt, dd, li {
  text-align: left;
  font-family: arial,helvetica,sans-serif;
  color: #333333;
}
form {
  margin-top: 1em;
  margin-left: 0;
  margin-right: 0;
}
input, textarea {
  font-family: arial,helvetica,sans-serif;
  text-align: left;
  color: #0568cb;
}
input:hover, input:focus, textarea:hover, textarea:focus {
  cursor: pointer;
  color: #0568cb;
  background-color: #eeeeee;
}
button {
  background-color: #ffffff;
  color: #0568cb;
}
button:hover {
  background-color: #eeeeee;
  color: #0568cb;
  cursor: pointer;
}
select {
  font-family: arial,helvetica,sans-serif;
  text-align: left;
  color: #0568cb;
}
option {
  font-family: arial,helvetica,sans-serif;
  text-align: left;
  color: #0568cb;
}
optgroup {
  font-family: arial,helvetica,sans-serif;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #333333;
}
option:hover, option:focus, select:hover, select:focus {
  cursor: pointer;
  color: #0568cb;
  background-color: #eeeeee;
}
table {
  table-layout: auto;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
caption {
  text-align: center;
  padding-top: 5ex;
  padding-bottom: 1ex;
  font-family: arial,helvetica,sans-serif;
  color: #333333;
}
tr {
  border-bottom: 1px solid #333333;
}
th {
  padding: 3ex 1em 2ex 0.5em;
  text-align: left;
  font-family: arial,helvetica,sans-serif;
  font-weight: normal;
  text-decoration: underline;
}
td {
  padding: 2ex 1em 2ex 0.5em;
  text-align: left;
  font-family: arial,helvetica,sans-serif;
  font-weight: normal;
  color: #333333;
}
div.menubar {
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  width: 160px;
  font-family: Arial,Helvetica,sans-serif;
  line-height: 25px;
  padding-top: 25px;
  padding-bottom: 25px;
  left: 0px;
  position: absolute;
  padding-left: 8px;
  font-size: large;
  top: 50px;
}
div.content {
  border-top: 1px solid #333333;
  border-left: 1px solid #333333;
  padding: 0px 500px 20px 25px;
  left: 150px;
  position: absolute;
  top: 50px;
  width: 700px;
}
.hilite {
  font-family: arial,helvetica,sans-serif;
  text-align: left;
  color: #0568cb;
  font-weight: bold;
  background-color: #eeeeee;
}

