        /************************************************************/        /* styles for classes                                       */        /************************************************************/        .caption     {                         color:navy;                         font-size:9pt;                         font-style:italic;                         font-family:sans-serif;                        }                               .code        { font-size:9pt;                        color:darkblue;                       font-family:Lucida Console,Fixedsys,Courier,sans-serif;                       text-align:Left;                        text-indent:6;                       line-height:100%;                       margin-left:6;                       margin-top:0;                       margin-bottom:0                     }                             .copyright      {                          background-color:navy;                          font-size:smaller;                          font-family:sans-serif;                          font-style:italic;                          font-weight:bold;                          color:gold;                          text-align:right;                          width:100%;                         }        .data           {                          color:blue;                          font-family:sans-serif;                          font-size:smaller;                          font-weight:bold;                         }        .dataright      {                          color:blue;                          font-family:sans-serif;                          font-size:smaller;                          font-weight:bold;                          text-align:right;                         }                                 .description    {                          color:blue;                          font-family:sans-serif;                          font-weight:bold;                         }                         .descriptionRed {                          color:red;                          font-family:sans-serif;                          font-weight:bold;                         }                 						         .errorMsg       {                          display:none                         }        .inputright     {                          color:blue;                          font-family:sans-serif;                          font-size:smaller;                          text-align:right;                         }        .navTitle       {                          color:black;                          font-family:sans-serif;                          font-weight:bold;                         }                                   .pictureID      {                         color:navy;                         font-size:7pt;                         text-align:right;                        }               						         .productID      {                          color:navy;                          font-size:smaller;                          font-weight:bold;                         }        .productID:hover {                           color:red;                           background-color:yellow;                         }                                 .remove         {                          color:blue;                          font-size:smaller;                         }                                 .tableSepRow { color: #000080;                        font-weight: bold;                       background-color:#CCCCCC }