body {
  font-family: verdana,helvetica,sans-serif;
  font-size: 10px;
  color: white;
}
td {
  font-family: verdana,helvetica,sans-serif;
  font-size: 10px;
  color: white;
}
font {
  font-family: verdana,helvetica,sans-serif;
  font-size: 10px;
  color: white;
}
a {
  font-family: verdana,helvetica,sans-serif;
  font-size: 10px;
  text-decoration: none;
  color: #FF9900;
}
a:visited {
  font-family: verdana,helvetica,sans-serif;
  font-size: 10px;
  text-decoration: none;
  color: #FF9900;
}
a:Active {
  font-family: verdana,helvetica,sans-serif;
  font-size: 10px;
  text-decoration: none;
  color: #FF9900;
}
a:hover {
  font-family: verdana,helvetica,sans-serif;
  font-size: 10px;
  text-decoration: underline;
  color: #FF9900;
}
.navmajor {
  font-family: verdana,helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: black;
}
.navmajor:Active {
  font-family: verdana,helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: black;
}
.navmajor:visited {
  font-family: verdana,helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  color: black;
}
.navmajor:hover {
  font-family: verdana,helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
  color: black;
}
.navminor {
  font-family: verdana,helvetica,sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  color: black;
}
.navminor:active {
  font-family: verdana,helvetica,sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  color: black;
}
.navminor:visited {
  font-family: verdana,helvetica,sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  color: black;
}
.navminor:hover {
  font-family: verdana,helvetica,sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-decoration: underline;
  color: black;
}
.calendarHeader {
  background: silver;
  }
.calendarToday {
  color: red;
  }
  
  input.showDivMode
  {
    border-bottom: 0px;
    border-left: #FF9900 thin solid;
    border-top: #FF9900 thin solid;
    border-right: #FF9900 thin solid;
  }
  .autoCompleteDiv
  {
    background-color: black;
    border-left: #FF9900 thin solid;
    border-bottom: #FF9900 thin solid;
    border-right: #FF9900 thin solid;
  }
  
  .acItem
  {
  cursor: pointer;
  }

