@charset "UTF-8";

body {
   background-color: #d3d3d3;
   color: black;
}

a: link {
   color: blue;
}

a: visited {
   color: purple;
}

a: active {
   color: red;
}

img.iright {
   float: right;
}

img.ileft {
   float: left;
}

img.ionly {
   float: none;
}

table {
  border-collapse: separate;
  border-spacing: 2px;
  border: 1px solid gray;
  margin: 1.5em auto 2em auto;
}

th,td {
  border: 1px solid gray;
}

/*
#min-h {
  min-height: 2em;
}
*/

table#hide {
  empty-cells: hide;
}

ul#none {
  list-style: none none outside;
}

.vtop {
   vertical-align: top;
}

.vmiddle {
   vertical-align: middle;
}

.vbottom {
   vertical-align: bottom;
}

.tcenter {
   text-align: center;
}

.tright {
   text-align: right;
}

.tleft {
   text-align: left;
}

.break {
    page-break-before: always;
}

.fsize1 {
   font-size: xx-small;
}

.fsize2 {
   font-size: x-small;
}

.fsize3 {
   font-size: small;
}

.fsize4 {
   font-size: medium;
}

.fsize5 {
   font-size: large;
}

.fsize6 {
   font-size: x-large;
}

.fsize7 {
   font-size: xx-large;
}

.brclear {
   clear: both;
}

.brleft {
   clear: left;
}

.brright {
   clear: right;
}

.prtop10 {
   position: relative;
   top: 10px;
}

.prbottom10 {
   position: relative;
   bottom: 10px;
}

.prright10 {
   position: relative;
   right: 10px;
}

.prleft10 {
   position: relative;
   left: 10px;
}

.faqua {
   color: aqua;
}

.fblack {
   color: black;
}

.fblue {
   color: blue;
}

.fmyblue {
   color: #ccffff;
}

.ffuchsia {
   color: fuchsia;
}

.fdimgray {
   color: dimgray;
}

.fgray {
   color: gray;
}

.fdarkgray {
   color: darkgray;
}

.flightgray {
   color: lightgray;
}

.fgainsboro {
   color: gainsboro;
}

.fwhitesmok {
   color: whitesmoke;
}

.fgreen {
   color: green;
}

.flime {
   color: lime;
}

.fmaroon {
   color: maroon;
}

.fnavy {
   color: navy;
}

.folive {
   color: olive;
}

.fpurple {
   color: purple;
}

.fred {
   color: red;
}

.fsilver {
   color: silver;
}

.fteal {
   color: teal;
}

.fwhite {
   color: white;
}

.fyellow {
   color: yellow;
}

.bg-white {
   background-color: white;
}

.bg-myblue {
   background-color: #ccffff;
}
