
/* STYLE SHEET FOR GLOBALWPSEARCH */
/* (c) AKA 2004                   */

BODY
{
   color: #000000;
   font-family: Arial, Helvetica, Geneva, sans-serif;
   font-size: 8pt;
   background-color: #F0F0F0;
}

FORM
{
   text-align: center;
}

H1
{
   font-size: 10pt;
   font-weight: bold;
   margin-bottom: 2pt;
}

TABLE
{
   font-size: 8pt;
   border-style: solid;
   border-width: 1px;
   border-color: black;
   border-spacing: 0px;
   background-color: white;
}

TABLE.DATA
{
   font-size: 8pt;
   border-style: solid;
   border-width: 1px;
   border-color: black;
   border-spacing: 0px;
   background-color: white;
   width: 100%;
}

TABLE.GENERAL
{
   font-size: 8pt;
   border-style: solid;
   border-width: 1px;
   border-color: black;
   border-spacing: 0px;
   background-color: white;
   width: 70px;
}

TH
{
   padding: 3px;
   border-style: solid;
   border-width: 0px;
   color: #F0F0F0;
   background-color: black;
   text-align: left;
}

TD
{
   padding-left: 3px;
   padding-right: 3px;
   padding-top: 1px;
   padding-bottom: 1px;
   color: black;
   vertical-align: top;
}

TD.WP
{
   background-color: #E8ECFF;
   text-align: center;
}

TD.WPL
{
   background-color: #E8ECFF;
   text-align: center;
   border-top-style: solid;
   border-top-width: 1px;
   border-top-color: #E0E0FF;
}

TD.TXT
{
}

TD.TXTL
{
   border-top-style: solid;
   border-top-width: 1px;
   border-top-color: #F0F0FF;
}

TD.TXTHL
{
   background-color: #ffa070;
}

TD.TXTHLL
{
   background-color: #ffa070;
   border-top-style: solid;
   border-top-width: 1px;
   border-top-color: #F0F0FF;
}

TD.CNT
{
   text-align: right;
}

TD.CNTL
{
   text-align: right;
   border-top-style: solid;
   border-top-width: 1px;
   border-top-color: #F0F0FF;
}

TABLE.STRUC
{
   font-size: 8pt;
   border-style: none;
   border-width: 0px;
   border-spacing: 5px;
   background-color: #F0F0F0;
}

TABLE.STARTPAGE
{
   border-spacing: 10px;
   width: 700px;
   margin-top: 20px;
   margin-bottom: 20px;
}

TD.STARTPAGE
{
   white-space: normal;
   vertical-align: middle;
}

P.WPTOOLS
{
   padding: 3px;
   text-align: center;
   background-color: #E0E0E0;
   color:#A0A0A0;
}

P.WPTOOLS A
{
   font-weight: normal;
   color: #000000;
}

P.WPTOOLS A:HOVER
{
   font-weight: normal;
   color: #000000;
   color: #6496FF;
}

P.CONTACT
{
   margin-top: 20px;
   text-align: center;
   font-style: italic;
   border-top-style: solid;
   border-top-width: 1px;
   border-top-color: #C0C0C0
}

P.VERSION
{
   margin-top: 10px;
   text-align: center;
   color: #C0C0C0;
}

A
{
   color: #000000;
   text-decoration: none;
}

A:HOVER
{
   color: #6496FF;
}

