body   {   background-image: url("image/xxxx.gif");           background-color: #ffffff;     /* wht */
           font-size: 13px;           font-family: arial, sans-serif;        margin: 0px;   }

p      {   font-family: arial, sans-serif;	   font-size: 13px;	   color: #000000;    /* black */     }

p.b    { font-size: 16px; color: #000066;  font-weight: bold; }
p.s    { font-size: 13px;  font-weight: normal;  }

p.red  {   font-family: arial, sans-serif;
	   font-size: 13px;
	   color: #ff3333;      /* red */      }
p.green  {   font-family: arial, sans-serif;
	   font-size: 13px;
	   color: #006666;      /* green */     }
h1     {   font-family: arial, sans-serif;           font-size: 21px;      margin: 0px;     padding: 0px;
           font-weight: bold;	   color: #000000;     /* blk */       }

h2     {   font-family: helvetica, verdana, arial;           font-size: 18px;  margin-top: 0px;  padding-top: 0px; 
	   color: #00007e;   /* dk blu */           }

h3     {   font-family: helvetica, westminster, arial;           font-size: 14pt;
	   color: #006666;   /* blu grn */       }

b      {   font-family: arial, sans-serif;	   font-size: 13px;
	   color: #333366;     /* blue gray */     font-weight: bold;       }

b.n    { font-size: 15px; color: #00007e;   }
b.s    { font-size: 18px; color: #000066;   }
b.h    { font-size: 30px; color: #000000;   }
b.z    { font-size: 16px; color: #000000;   }

i      {   font-family: tahoma, arial, sans-serif;
           font-style: italic;           font-size: 10pt;	   color: #336666;    /* blue gry */     }

b.x    {   font-family: tahoma, arial, sans-serif;           font-style: normal;     color: #000000;     }

li     {   font-family: arial, sans-serif;           line-height: 21px;
	   font-size: 15px;	   	   color: #000000;     }

td     {   font-family: arial, sans-serif;
	   font-size: 10pt;	   color: #333333;          }

a:link  {  color: #0000cc;    /* blue */    
	   font-family: arial;
           font-size: 13px;
           font-weight: bold;
           text-decoration: none;     }
a:hover {  color: #ff0000;    /* red */ 
	   font-family: arial;
           font-size: 13px;
           font-weight: bold;
           text-decoration: underline;    }
a:visited  {
	   color: #0000cc;   /* dk blu */           
	   font-family: arial;
           font-size: 13px;
           font-weight: bold;
           text-decoration: none;       }

a.a:link  {  color: #cc0033;    /* dk red */           
	   font-family: arial;
           font-size: 9pt;
           font-weight: normal;
           text-decoration: none;     }
a.a:hover {  color: #ff6633;    /* orange */           
	   font-family: arial;
           font-size: 9pt;
           font-weight: normal;
           text-decoration: underline;    }

a.a:visited  { color: #0066cc;   /* blue */           
	   font-family: arial;
           font-size: 9pt;
           font-weight: normal;
           text-decoration: none;       }

a.p:link  {  color: #0000cc;    /* blue */  font-weight: normal;  font-size: 15px;    text-decoration: none;     }
a.p:hover {  color: #ff0000;    /* red */   font-weight: normal;  font-size: 15px;    text-decoration: underline;    }
a.p:visited  { color: #0000cc;   /* blu */  font-weight: normal;  font-size: 15px;    text-decoration: none;       }

hr        {height: 5px;  color: #999999;   }