/*
  * Print Stylesheet for DGLConsultants.com
  * Version: 1.01
  * Original Date: June 2001
  * Revised Date: Feb 2002
*/

body {
  margin: 0;
  padding: 20px;
  background-color: #fff;
}
body, p, ul, .bgfiller, .bottomfiller {
  font-family: "Microsoft Sans Serif", "MS Sans Serif", helvetica, arial, sans-serif;
}
body, td, p, ul {
  font-size: 14px;
  color: #000;
}
td {
  background-color: #fff;
}
ul {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: square;
  list-style-position: outside;
  text-align: left;
}
ol {
  margin-top: 0;
  margin-bottom: 0;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
  text-align: left;
}
td > p:first-child {
  margin: 0;
}
td > p:last-child {
  margin-bottom: 0;
}
img {
  vertical-align: bottom;
}
b {
  font-weight: bold;
}
i {
  font-style: italic;
}
/*----------Template Pages----------*/
.yellowfiller {
  background-color: #ccc;
  color: #000;
}
.aquafiller {
  background-color: #ccc;
  color: #000;
}
.templatetext {
  color: #000;
}
.templateheader {
  font-weight: bold;
  background-color: #ccc;
  color: #000;
}
.templatefiller, .median, .bottomfiller {
  background-color: #ccc;
  color: #000;
}
/*----------Sample Page----------*/
.top {
  border-top: 2px ridge #ccc;
}
.bottom, .bottomfiller {
  border-bottom: 4px solid #000;
}
.median {
  text-indent: 1em;
}
/*----------Anchors----------*/
:link, :visited {
  text-decoration: none;
  font-weight: bold;
  color: #00f;
}
/*----------Classes----------*/
.reportstitle {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0;
}
.reports {
  font-size: 12px;
}
.reportsbox, .pressbox {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  font-size: 12px;
  text-align: center;
  padding: .25em;
  margin-right: 14px;
}
.nondis {
  text-align: justify;
}
.list {
  margin-bottom: 0;
}
.mtzero {
  margin-top: 0;
  margin-left: .5em;
}
.red {
  color: #666;
  font-size: 14px;
}
.small {
  font-size: 12px;
}
.imagespacer {
  margin-top: 14px;
  text-align: center;
}
.copyright {
  color: #000;
  font-size: 12px;
  text-align: center;
}
.pageheader {
  background-color: #000;
  color: #fff;
}
.footer {
  display: none;
}
.footerbg {
  background-color: #fff;
  color: #000;
}
.indexquote, .indexnote {
  color: #006;
  background-color: #fff;
}
.indexquote {
  font-size: 20px;
}
.affilliate {
  font-size: 12px;
  text-align: center;
}
.sh {
  font-weight: bold;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  padding: .25em;
  text-align: center;
  margin-bottom: 0;
}
.title, .jobtitle, .presstitle {
  font-weight: bold;
  font-size: 16px;
  color: #000;
}
.title {
  text-align: center;
}
.pressimg {
  float: right;
  padding: 0 0 0 2px;
}
/*----------Omit these from Print----------*/
.bottomcurve, .button {
  display:none;
}
/*----------Forms----------*/
form {
  margin: 0;
  }
input, select, textarea {
  color: #000;
  background-color: #fff;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
}
.fullfield {
  width:95%;
}