body { background-color: #C0C0C0 }

table, p
{ 
   font-family: arial;
   font-size: 12pt;
   color: rgb(0, 0, 0);
}

img
{
   border: 0;
   vertical-align: middle;
}

.li_gap { margin-bottom: 8px }

.title
{
   background-color: #000099;
   color: #FFFFFF;
   font-weight: bold;
}

.top
{
   float: right;
   text-decoration: none;
   vertical-align: middle;
}

.jus { text-align: justify }

.solid { border: 1px solid black }

.solidrow td { border: 1px solid black }
.ttail td { border-bottom: 1px solid black }
.centable td
{
   padding: 0px 20px;
   text-align: center;
}
.pad_bottom td { padding-bottom: 2px }
.rllin td
{
   border-right: 1px solid black;
   border-left: 1px solid black;
}
.compact td
{
   padding: 0px 10px;
   text-align: center;
   font-size: 10pt;
}
.solidleft td
{
   border: 1px solid black;
   text-align: left;
}
