   BODY       {
               color: #999;
	       margin:0;
               padding:0;
               background-color:#f3f2f2;
               font-family: Verdana, Arial, Geneva;
               font-size:10px;                          
              }

  A           {
               color:#888;
               font-weight:bold;
               font-size:10px;
               text-decoration:none;
              }

  A:hover     { font-size:10px; text-decoration:underline; cursor: pointer; }

  A:visited   {
               color:#888888;
               font-size:10px;
              }

   .header    {
               position:relative;
               background-image:url(images/logo.gif);
               background-repeat:no-repeat;
               background-position:0px 40px;
               height:100px;
              }


   .menuBar   {
               position:relative;
               font-size:10px;
               height:23px;
               background-image:url(images/bg-stripe.gif);
               background-repeat:repeat-x;
               background-position:0px -3px;
              }

   .menuBut   { 
               position:relative;
               background-image:url(images/menu-bg.gif);
               background-repeat:repeat-x;
               background-position:0 -3px;
               height:23px; color:#666666;
               font-size:10px;
               text-align:center;
               cursor:pointer;
               padding-top:3px;
               padding-left:10px;
               padding-right:10px;
               border-left: 1px dotted gray;
               border-bottom: 0 solid gray;
               border-top-style: none;
               border-top-width: 0;
               border-right-style: none;
               border-right-width: 0;
              }

   .menuBut2  {
               position:relative;
               background-image:url(images/menu-bg2.gif);
               background-repeat:repeat-x;
               background-position:0 -3px;
               height:23px;
               color:#990066;
               font-size:10px;
               text-align:center;
               cursor:pointer;
               padding-top:3px;
               padding-left:10px;
               padding-right:10px;
               border-style:
               none none solid dotted;
               border-width: 0 0 1px 1px;
               border-bottom-color: white;
               border-left-color: gray;
              }

   .closeBut  {
               position:relative;
               padding:0px;
               border-left:1px dotted gray;
               left:-4px;
               width:1px;
	       margin:0px;
               height:23px;  
              }
   .mainDiv   {
               position:relative;
               float:left; top:-3;
               font-size:10px;
               cursor:default;
               width:680px;
               padding:20px;
               background-color:#ffffff;
               color:#999999;
               line-height: 18px;
               border-left: 1px dotted black;
               border-bottom: 1px dotted black;
               border-right: 1px dotted black;
               border-top-style: none;
               border-top-width: 0;
              }
   .sideDiv   {
               background-repeat:no-repeat;
               float:right;
               width:320px;
               margin-left:3px;
               font-size:10px;     
               padding:5px;   
              }
   .picDiv    {
               background-repeat:no-repeat;
               float:right;
               width:375px;
               margin:0px;
               margin-left:3px;     
               padding:0px;   
              }

  .lText      {
	       color:#990066;
               font-size:20px;
               font-family: Georgia, "Times New Roman", Times, serif;
              }

  .mText      {
               color:#666666;
               font-weight:bold;
               font-size:10px;
              }

  .sText      {
               color:#666666;
               font-weight:normal;
               font-size:10px;
              }

  .bullet     {
               position:relative;
               background-image:url(images/bullet.gif);
               background-repeat:no-repeat;
               background-position:0px 0px;
               padding-left:30px;
              }

  .divFooter  {
	       background-color:#F3F2F2;
               position:relative;
               bottom:0px;
               border:1px dotted black;
               padding-right:10px;
               padding-left:10px;
               padding-top:5px;
               padding-bottom:5px; 
              }

   .footer    {
               color:white;
               background-color:#666666;
               font-weight:normal;
               font-size:9px;
               cursor:default;
               padding-right:10px;
              }

