/* Style Sheet for Reports. */

@Page
{
  size 8.5in 11in;   /* Portrait */
/*  size 11in 8.5in; */    /* Landscape */  
}

BODY
{ 
  font-family: arial, helvetica, sans-serif; 
  font-size: 8pt;
  line-height: 20px;
  margin-left: 5px;
  margin-right: 5px;
  color: black;
  background-color: white;
}

A:link
{
  color: #006600;
}

A:visited
{
  color: #669966;
}

A:active
{
  color: #990000;
}

TR
{ 
  line-height: 15px;
  margin-left: 0px;
  margin-right: 0px;
  color: black;
}

P
{ 
  font-family: arial, helvetica, sans-serif;
  font-size: 12pt; 
  line-height: 20px;
  margin-left: 0px;
  margin-right: 0px;
  color: black;
}

LI
{ 
  font-family: arial, helvetica, sans-serif;
  font-size: 12pt;
}

STRONG
{
  font-weight: bold;
  color: blue;
}

H1
{
  font-size: 16pt;
  font-weight: bold;
  color: green;
  line-height: 18px;
}

H2
{
  font-size: 14pt;
  font-weight: bold;
  color: blue;
  line-height: 16px;
}

H3
{
  font-size: 12pt;
  font-weight: bold;
  color: red;
  line-height: 14px;
}

H4
{
  font-size: 10pt;
  font-weight: bold;
  color: green;
  line-height: 12px;
}

H5
{
  font-size: 8pt;
  font-weight: normal;
  color: black;
  line-height: 10px;
}

.String
{
  text-align: left;
}

.StringHead
{
  text-align: left;
  color: blue;
  font-weight: bold;
}

.StringTotl
{
  text-align: left;
  font-weight: bold;
  border-top: 4px solid;
}

.Date
{
  text-align: center;
}

.DateHead
{
  text-align: center;
  color: blue;
  font-weight: bold;
}

.Number
{
  text-align: right;
}

.NumberHead
{
  text-align: right;
  color: blue;
  font-weight: bold;
}

.NumberTotl
{
  text-align: right;
  font-weight: bold;
  border-top: 4px solid;
}

.Center
{
  text-align: center;
}

.CenterHead
{
  text-align: center;
  color: blue;
  font-weight: bold;
}

.CenterTotl
{
  text-align: center;
  font-weight: bold;
  border-top: 4px solid;
}

.NewPage
{
  page-break-after: always;
}

.TableHead
{
  text-align: center;
  line-height: 40px;
  background-color: yellow;
  font-weight: bold;
}

.RowOdd
{
  line-height: 24px;
  background-color: silver;
}

.RowEven
{
  line-height: 24px;
  background-color: white;
}

.Expedition
{
  background: url(exptextb.jpg) repeat;
  background-color: white;
  color: black;
}

.Font7
{
  font-size: 7pt;
}

.Font8
{
  font-size: 8pt;
}

.Font9
{
  font-size: 9pt;
}

.Font10
{
  font-size: 10pt;
}



