
/* Start at the top */


@page {
  size: auto;
  margin: 1.5cm;
}


body {
   margin: 0;
   padding: 0;
   color: #000;
   background: #fff;
   }


/* Divisions next */


#header {
   display: none;
   }


#menu {
   display: none;
   }


#submenu {
   display: none;
   }


#content {
   margin: 0;
   padding: 0;
   }


#section {
   display: none;
   }


/* Headings next */


h1 {
   margin: 0;
   padding: 0;
   font: bold 18pt georgia, serif;
   color: #000;
   background: inherit;
   page-break-inside: avoid;
   page-break-after: avoid;
   }


h2 {
   margin: 0 0 1em 0;
   padding: 0;
   font: bold 15pt georgia, serif;
   color: #000;
   background: inherit;
   page-break-inside: avoid;
   page-break-after: avoid;
   }


h3 {
   margin: 2em 0 0.3em 0;
   padding: 0;
   font: bold 12pt georgia, serif;
   color: #000;
   background: inherit;
   page-break-inside: avoid;
   page-break-after: avoid;
   }


h4 {
   margin: 0 0 1.5em 0;
   padding: 0;
   font: italic 12pt georgia, serif;
   color: #000;
   background: inherit;
   page-break-inside: avoid;
   page-break-after: avoid;
   }


h5 {
   margin: 0 0 0.5em 0;
   padding: 0;
   font: italic 12pt georgia, serif;
   color: #000;
   background: inherit;
   page-break-inside: avoid;
   page-break-after: avoid;
   }


/* h6 not used */


/* Paragraphs next */


p {
   margin: 0 0 1.7em 0;
   padding: 0;
   font: normal 12pt/1.5 georgia, serif;
   color: #000;
   background: inherit;
   }


blockquote {
   margin: 0 3em 1.7em 3em ;
   padding: 0;
   font: italic 12pt/1.5 georgia, serif;
   color: #000;
   background: inherit;
   }


/* Lists next */


ul, ol {
   margin-top: -1.4em;
   margin-bottom: 1.7em;
   padding-top: 0;
   padding-bottom: 0;
   font: normal 12pt/1.5 georgia, serif;
   color: #000;
   background: inherit;
   }


/* Tables next */


th {
   font: bold 9pt/1.5 georgia, serif;
   color: #000;
   background: inherit;
   }


td {
   font: normal 8.5pt/1.5 verdana, tahoma, "trebuchet ms", georgia, serif;
   color: #000;
   background: inherit;
   }


caption {
   font: bold 9pt/1.5 georgia, serif;
   color: #000;
   background: #eee;
   }


/* Miscellaneous block elements next */


hr {
   height: 1px;
   color: #000;
   background: #000;
   }


/* Image stuff next */


img#pagetop {
   display: none;
   }


img#favorite {
   display: none;
   }


img#printer {
   display: none;
   }


img#email {
   display: none;
   }


img#siteinfo {
   display: none;
   }


/* Form stuff next */


input.text, textarea {
   border: 0;
   }


/* Link stuff next */


a:link, a:visited, a:active {
   text-decoration: none;
   color: #000;
   background: inherit;
   }


/* Miscellaneous inline elements next */


acronym {
   border: none;
   cursor: text;
   }


/* General classes next */


.red {
   color: #000;
   background: inherit;
   }


/* And finally, display/print control stuff */


address.print {
   display: block;
   font: normal 8.5pt/1.5 verdana, tahoma, "trebuchet ms", georgia, serif;
   color: #000;
   background: inherit;
   }


.noprint {
   display: none;
   }


.noprinthide {
   visibility: hidden;
   }


/* Publications styles
----------------------------------------------- */
#running-hed {
	color: #000;
	}

#doc-nav {
	display: none;
	}


/*  Style sheet by Keith W Bell  */
/*  Campanile Communications     */
/*  Edinburgh, December 2002     */
/*  www.campanile.uk.net         */
/*  Revised by Keith W Bell      */
/*  DECEMBER14 Web Design Studio */
/*  Edinburgh, December 2010     */
/*  www.december14.biz           */

