body,td,th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #787878;
}
body {
  background-color: #ECECEC;
  margin-top: 5px;
}
a {
  color: #A4C6E9;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
  color: #A4C6E9;
}
a:hover {
  text-decoration: underline;
  color: #A4C6E9;
}
a:active {
  text-decoration: none;
  color: #A4C6E9;
}
h1 {
  font-size: 14pt;
  color: 3E81C7;
}
.pagecontent {
  background-color: #FFFFFF;
}
.menu {
  background-color: #F17C2D;
}  
.nav {
  background-image: url("images/navoff.gif");
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.nav a {
  color: #FFFFFF;
  text-decoration: none;
}
.navon {
  background-image: url("images/navon.gif");
  background-repeat: no-repeat;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.navon a {
  color: #FFFFFF;
  text-decoration: none;
}
.menuitem {
  background-color: #F17C2D;
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.menuitem a {
  color: #FFFFFF;
  text-decoration: none;
}
.menuitemon {
  background-color: #89B3E3;
  color: #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
.menuitemon a {
  color: #FFFFFF;
  text-decoration: none;
}

.excel {
  margin: 20px 10px;
  width: 100%;
  height: 40px;
  padding: 25px 0 0 45px;
  float: left;
  background-image: url(images/excel.gif);
  background-repeat: no-repeat;
  background-position: left;
  color: #457F45;
  font-size: 16px;
  font-weight: bold;
}
.excel:hover {
  text-decoration: underline;
  color: #457F45;
}
