ul.menu
{
  list-style-type: none;
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}

a {
  font-family: Arial;
  color: #FF7700;
  text-decoration: none;
}

a:hover {
  font-family: Arial;
  color: #FF3300;
  text-decoration: none;
}

a.menu {
  font-family: Arial;
  font-weight: bold;
  color: #FF7700;
  text-decoration: none;
}

a.menu:hover {
  font-family: Arial;
  font-weight: bold;
  color: #FF3300;
  text-decoration: none;
}

th {
  font-family: Arial;
  color: #C0C0C0;
  font-size: 12px;
  text-align: left;
  align: left;
  font-weight: bold;
}

td {
  font-family: Arial;
  font-size: 12px;
  color: #444444;
  valign: top;
  text-align: justify;
}

input, select, textfield, textarea {
  font-family: Arial;
  font-size: 10px;
  background:#F7F7F7;
  color: #333333;
  border: 1px solid #999999;
}

img {
  border: 0px solid #999999;
  float:left;
}

body {
  scrollbar-face-color:#ffffff;
  scrollbar-shadow-color:#DDDDDD;
  scrollbar-track-color:#f0f0f0;
  scrollbar-shadow-color:#DDDDDD;
  scrollbar-highlight-color:#DDDDDD;
  scrollbar-arrow-color:#FF7700;
  scrollbar-base-color:#ffffff;
  scrollbar-darkshadow-color:#F0F0F0;
}

div.embedded {
  height:expression(document.body.offsetHeight - 170 + "px");
  overflow-y:auto;
}

table {
  border: 0px;
  cellpadding: 2;
  cellspacing: 2;
  align: center;
}

.heading {
  font-family: Arial;
  font-size: 16px;
  font-weight: bold;
  color: #FF7700;
  text-align: center;
}

.subheading {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  color: #FF7700;
}