﻿@media print {

body {
    margin: 0;
    padding: 0;
    color: #ffffff;
    background-color: #9a9b9a;
    font-family: "Georgia", "Times New Roman", serif;
    font-size: 90%;
}

div.verticalspacerbox {
    display: none;
}

div.horizontalspacerbox {
    display: none;
}

div.horizontalspacerbox-top {
    display: none;
}

div.horizontalspacerbox-middle {
    display: none;
}

div.horizontalspacerbox-bottom {
    display: none;
}

div#pagebox {
  width: 100%;
  margin: auto;
  padding: 0;
  color: #000000;
}

div#titlebox {
    display: none;
}


div#menubox {
    display: none;
}

div#contentbox {
  float: left;
  width: 90%;
  min-height: 200px;
  margin: auto;
  padding: 0;
  font-family: "Verdana", "Arial", sans-serif;
}

div#contentbox-top {
    width: auto;
    margin: auto;
}

div#contentbox-middle {
    width: auto;
    margin: auto;
}

div#contentbox-bottom {
    width: auto;
    margin: auto;
}

div#footerbox {
  clear: both;
  top: 0;
  left: 0;
  width: auto;
  margin: 0;
  padding: 5px;
  text-align: center;
  font-size: 80%;
}

div#colophonbox {
  clear: both;
  top: 0;
  left: 0;
  width: auto;
  margin: 0;
  padding: 5px;
  text-align: center;
  font-size: 80%;
}

/* Clearing elements */
html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
     background: none;
     border: 0;
     clear: both;
     display: block;
     float: none;
     font-size: 0;
     list-style: none;
     margin: 0;
     padding: 0;
     overflow: hidden;
     visibility: hidden;
     width: 0;
     height: 0;
}

/* Parallel Columns */
div.parallelcols {
}

div.parcol {
}

/* Tables */
table caption { font-weight: bolder; }

/* Headers */
h1 { font-size: 130%; font-style: normal; font-weight: bold; text-align: center; }
h2 { font-size: 120%; font-style: normal; font-weight: bold; text-align: center; }
h3 { font-size: 115%; font-style: italic; font-weight: bold; }
h4 { font-size: 110%; font-style: normal; }
h5 { font-size: 105%; font-style: italic; }
h6 { font-size: 100%; font-style: normal; }

img.imagebutton { border: none; }

/* Miscellaneous */
.required { text-decoration: underline; color: #ff0000; }
.note { font-size: 80%; font-style: italic; }
.title { font-size: 80%; font-weight: bolder; text-align: center; }
.inset1 { float: right; width: 162px; margin: 5px; border: solid 1px black; padding: 5px; }

div.hr {
  width: 90%;
  height: 2px;
  margin: 5px;
  background-image: url( 'hr.jpg' );
  background-repeat: repeat-x;
}

}