body  {
  margin: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  text-align: center;
  color: #000000;
  font-size: 80%;
}

a:link, a:visited, a:active {
  color: #005989;
}

h1 {
  font-size: 2.1em;
  margin-bottom: 0.4em;
  font-weight: bold;
}

h2 {
  font-size: 1.8em;
  margin-bottom: 0.4em;
  font-weight: bold;
}

h3 {
  font-size: 1.6em;
  margin-bottom: 0.4em;
  font-weight: bold;
}

h4 {
  font-size: 1.4em;
  margin-bottom: 0.4em;
  font-weight: bold;
}

h5 {
  font-size: 1.2em;
  margin-bottom: 0.4em;
  font-weight: bold;
}

h6 {
  font-size: 1em;
  margin-bottom: 0.4em;
  font-weight: bold;
}

p {
  margin-bottom: 0.75em;
}

strong, b {
  font-weight: bold;
}

table, ul {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

td {
  padding: 0.2em;
}

blockquote {
  margin-left: 2em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

/* Color Text Predefs */

.redText {
  color: #e31f26;
}

.blueText {
  color: #007ac4;
}

.purpleText {
  color: #b61c8d;
}

.orangeText {
  color: #e26500;
}

.greenText {
  color: #83ae04;
}

.dottedUnderlineText {
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  border-bottom-color: #AAA;
}

.ctext {
  font-family: Consolas, "Courier New", Courier, monospace;
  font-size: 1em;
}

.quoteBox {
  border-top-style: solid;
  border-top-color: #666;
  border-top-size: 3px;
  border-bottom-style: dotted;
  border-bottom-color: #666;
  border-bottom-size: 1px;
  border-left-style: dotted;
  border-left-color: #AAA;
  border-left-size: 1px;
  border-right-style: dotted;
  border-right-color: #AAA;
  border-left-size: 1px;
  background-color: #F7F7F7;
  padding: 10px;
  margin-bottom: 10px;
}

.fltrt {
  /* This class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
  float: right;
  margin-left: 8px;
}

.fltlft {
  /* This class can be used to float an element left in your page */
  float: left;
  margin-right: 8px;
}

.clearfloat {
  /* This class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
  clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}

