/* MAIN */

   table.main
   {
   width: 100%;
   font-family: "arial";
   font-size: 10pt;
   }

/* HEADERS */

   td.energyheader
   {
   text-align: center;
   font-size: 30pt;
   color: White;
   font-family: "Tahoma";
   font-variant: small-caps;
   font-weight: bolder;

   padding-bottom: 0.4cm;

   background-color: Silver;
   border-color: Gray;
   border-style: solid;
   border-width: 2px 2px 2px 2px;

   line-height: 2cm;
   }

   td.labheader
   {
   text-align: center;
   font-size: 22pt;
   color: White;
   font-family: "Tahoma";
   font-variant: small-caps;
   font-weight: bolder;

   padding-bottom: 0.4cm;

   border-color: Gray;
   background-color: Silver;
   border-style: solid;
   border-width: 2px 2px 2px 2px;

   line-height: 2cm;
   }

/* NAVIGATION MENU */

   table.navmenu /* table */
   {

   font-size: 11pt;
   }

   th.navmenu /* table header */
   {
   text-align: center;
   font-size: 14pt;
   padding-top: 0.2cm;
   }

   td.mainnavmenu /* table layout */
   
   {
   vertical-align: top;
   
   border-style: solid;
   background-color: LemonChiffon;

   border-style: solid;
   border-color: Gray;
   background-color: LemonChiffon;
   border-width: 2px 2px 2px 2px;
   border-outset: 0pt;
   border-inset: 0pt;

   color: black;
   font-family: "Trebuchet MS"
   }

   
   td.navmenu /* table element */
   {
   padding-left: 1cm;
   padding-top: 0.2cm;
   padding-right: 0.3cm;
   text-indent: -20px;
   width: 25%;
   }
   
   td.combustionlab /* special combustion lab table element */
   {
   padding-left: 1cm;
   padding-top: 0.2cm;
   padding-right: 0.3cm;
   text-indent: -20px;
   width: 25%;
   font-variant: small-caps;
   font-size: 12pt;
   }

   a.navmenu /* hyperlink */
   {
   text-decoration: none;
   }

   a.navmenu:link{text-decoration:none; color:#300010}
   a.navmenu:visited{text-decoration:none; color:#300010}
   a.navmenu:hover{text-decoration:underline; color:#3F0F1F}

   ul.navmenu
   {
   list-style-type: disc;
   line-height: 0.5cm;
   font-size: 11pt;
   font-variant: normal;
   }

   li.navmenu
   {
   text-indent: 0px;
   }

/* BODY */

   td.body
   {
   vertical-align: top;

   }

   p.body 
   {
   margin-right: 2cm;
   text-align: justify;
   }

   h1.body
   {
   color: sienna;
   text-align: left;
   font-size: 14pt;
   padding-top: 0.2cm;
   }

   h2.body
   {
   color: sienna;
   text-align: left;
   font-size: 13pt;
   padding-top: 0.2cm;
   }

   ul.menu
   {
   list-style-type: square;
   line-height: 1cm;
   }

   ul.verbose
   {
   text-indent: -30px;
   list-style-type: square;
   line-height: 0.5cm;
   }

   ol.verbose
   {
   text-indent: -30px;
   line-height: 0.5cm;
   }

   li.menu{ }

   li.verbose
   {
   text-indent: 0px;
   padding-bottom: 0.2cm;
   }

   ul.subverbose
   {
   text-indent: -30px;
   list-style-type: circle;
   line-height: 0.5cm;
   padding-top: 0.5cm;
   }

   a.body {text-decoration: none;}

   img.body
   {
   padding-top: 0.4cm;
   padding-bottom: 0.4cm;
   padding-left: 0.4cm;
   }

   td.body 
   {
   vertical-align: top;
   }

   th.body {vertical-align: top;}

/* Schedule Table */

   td.sched1
   {
   vertical-align: top;


   font-family: Tahoma;
   font-size: 10pt;

   border-style: solid;
   border-color: Gray;
   border-width: 1px 1px 1px 1px;
   border-outset: 0pt;
   border-inset: 0pt;

   }

   td.sched2
   {
   vertical-align: top;

   font-family: Tahoma;
   font-size: 10pt;

   border-style: solid;
   border-color: Gray;
   background-color: LemonChiffon;
   border-width: 1px 1px 1px 1px;
   border-outset: 0pt;
   border-inset: 0pt;

   }


/* FOOTER */

   td.footer
   {
   width: 25%;
   vertical-align: top;
   
   font-style: italic;
   font-size: 10pt;
   font-family: Arial;
   
   padding-top: 0.5cm;
   padding-bottom: 0.5cm;
   }

