body {
  font-size: 10pt;
  color: #cccccc;
  background-color: #113355;
}


p, html, table {
  font-family: tahoma, verdana, arial;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  line-height: 120%;
}


h1 {
  font-weight: bold;
  font-size: 140%;
}


h2 {
  font-weight: bold;
  font-size: 120%;
}


ol, ul, li {
  font-size: 100%;
  line-height: 120%;
  padding: .3em;
}

.section-head {
  color: #ffcc66;
  font-weight: bold;
}


.section-subhead {
  color: #99bbdd;
  font-weight: bold;
}


a {
  text-decoration: none;
}


a:link {
  color: #99bbdd;
}


a:visited {
  color: #99bbdd;
}


a:hover  {
  text-decoration: underline;
  color: #aadd99;
}


/* -------------------------------
   Colored links for Calendar page
   ------------------------------- */

a.lax {
  text-decoration: none;
}

a.lax:link {
  text-decoration: none;
  color: #ffff00;
  font-weight: bold;
}

a.lax:visited {
  text-decoration: none;
  color: #ffff00;
  font-weight: bold;
}

a.lax:hover {
  text-decoration: underline;
}


a.sf0 {
  text-decoration: none;
}

a.sfo:link {
  text-decoration: none;
  color: #77ff77;
  font-weight: bold;
}

a.sfo:visited {
  text-decoration: none;
  color: #77ff77;
  font-weight: bold;
}

a.sfo:hover {
  text-decoration: underline;
}


a.dfw {
  text-decoration: none;
}

a.dfw:link {
  text-decoration: none;
  color: #ff9999;
  font-weight: bold;
}

a.dfw:visited {
  text-decoration: none;
  color: #ff9999;
  font-weight: bold;
}

a.dfw:hover {
  text-decoration: underline;
}


a.aus {
  text-decoration: none;
}

a.aus:link {
  text-decoration: none;
  color: #00ccff;
  font-weight: bold;
}

a.aus:visited {
  text-decoration: none;
  color: #00ccff;
  font-weight: bold;
}

a.aus:hover {
  text-decoration: underline;
}


a.hou {
  text-decoration: none;
}

a.hou:link {
  text-decoration: none;
  color: #ff77ff;
  font-weight: bold;
}

a.hou:visited {
  text-decoration: none;
  color: #ff77ff;
  font-weight: bold;
}

a.hou:hover {
  text-decoration: underline;
}



/* ------------------------------- */


.menu-bkg {
  background-color: #113355;
}


.menu-item {
  color: #a0ffa0; 
}

.menu-select {
  color: #ffcc66;
  font-weight: bold;
}

.menu-sep {
  /* color: #557799; */
  /* color: #99bbdd; */
  color: #cccccc; 
}