/* Style Author: Pam Lariviere -- June 1999 */
/* Last Updated: -- July 2006 */
body {
  background-color: #fff;
  color: #000;
  font-family: "Microsoft Sans Serif", "MS Sans Serif", helvetica, arial, sans-serif;
  font-size: smaller;
  margin: 0;
 }
p, ul, ol, div, .ssh {
  color: #000000;
  font-family: "Microsoft Sans Serif", "MS Sans Serif", helvetica, arial, sans-serif;
  }
ul {
  list-style-position: outside;
  margin-top: 0;
  margin-bottom: 0;
  }
/* img {
  vertical-align: bottom;
  } removed: -- Nov 2004 */
.footer {
  font-size: smaller;
  text-align: center;
  }
.pagetitle {
  background-color: #5470ae;
  color: #000;
  }
.sectiontitle {
  background-color: #a2b0d2;
  color: #000;
  }
.plannedreports {
  background-color: #456fc1;
  color: #000;
  }
.completedreports {
   background-color: #898dc9;
   color: #000;
  }
.dsgsig {
  font-weight: bold;
  font-style: italic;
  text-decoration: underline;
  }
.sh {
  font-weight: bold;
  }
.ssh {
  font-weight: bold;
  text-decoration: none;  
  }  
.floaterright {
  float:right;
  }
.rmctitle {
  font-weight: bold;
  text-decoration: underline;
  font-size: larger;
  text-align: center;
}
.rmbox {
  background-color: #fff;
  color: #336;
  border: 2px solid #5075b8;
  padding: .5em;
}
.rmboxred {
  background-color: #fff;
  color: #000;
  border: 2px solid #ff0000;
  padding: .5em;
  font-size: large;
}
.greybox {
  background-color: #e9ece9;
  color: #000;
  border: 1px solid #000;
  font-size: smaller;
  padding: .5em;
}
.whitebox {
  color: #000;
  border: 1px solid #000;
  padding: .5em;
}


/* This is used to suppress the margins for paras in CSS2 compliant strict mode */
td > p:first-child {
  margin-top: 0;
}
td > p:last-child {
  margin-bottom: 0;
}
hr[class="hrline"] {
  margin-top: 1em;
  }
/* This is specific to ie6 for <center> centering everything bit of text */
table {
  text-align: left;
}
/* ------------------Links-----------------------*/
:visited {
  color: #909;
  }
:visited:hover {
  color: #606;
  }
:visited:active {
  color: #c3c;
  }
:link {
  color: #00f;
  }
:link:hover {
  color: #06f;
  }
:link:active {
  color: #39f;
  }