#header h1
  {text-align: center; font-size: 300%; margin: 0px; font-style: italic;
   font-family: "times new roman", times}

#header h2
  {text-align: center; font-size: 175%; margin: 0px; font-weight: normal;
   font-family: arial, helvetica}

#tabnav ul
  {list-style: none; padding: 0px; margin: 0px;}

#tabnav li
  {float: left; width: 13.6%;
   background-color: #eee;
   height: 2.5em; line-height: 1em; display: block;
   border: 0.1em solid #ccf; border-bottom: 0.1em solid #ccf;
   border-top: 0.15em solid #ccf;
   text-decoration: none; text-align: center;}

#tabnav li.here
  {border-bottom: 0.15em solid #fff;
   background-color: white;}

img
  {border: 0px; margin: 4px}

table
  {width: 100%}

h1
  {text-align: center}

.left
  {text-align: left}
.mid
  {text-align: center}
.right
  {text-align: right}

.print_only
  {display: none}

@media print
{
  #tabnav
    {display: none}
  .noprint
    {display: none}
  .print_only
    {display: inherit}
}

