/*  *****************************
    **   General Style Rules   **
    ***************************** */
     BODY {font-family: Arial, Helvetica, Sans-Serif;
           font-size: 10pt;
           margin-top: 5px;
           margin-left: 0px;
     }
     
     A:link { color: #0000FF;
     }
     
     A:visited { color: #005539;
     }
          
     H1, H2, H3, H4, H5, H6, .title, .note, .description 
       {font-family: Arial, Helvetica, Sans-Serif;
     }
   
     H1 {font-size: 22px;
         margin-left: 0px;
     }
   
     H2 {font-size: 14pt;
         margin-left: 0px;
     }
        
     H3 {font-size: 12pt;
         margin-left: 10px;
     }
   
     H4 {font-size: 12pt;
         margin-left: 20px;
     }
         
     H5 {font-size: 10pt;
     }
   
     H6 (font-size: 8pt;
     }

     P, DIV, SPAN, TD, UL, OL, DL, BLOCKQUOTE
       {font-family: Arial, Helvetica, Sans-Serif; 
        font-size: 10pt;
     }
   
     P, DIV  {margin-left: 10px;
     }
     
     BLOCKQUOTE {margin-left: 10px; 
                 margin-right: 10px;
     }

     PRE {font-family: "Courier New", Courier;
          margin-left: 5px;
     }
          
     .title  {font-size: 10pt;
              font-weight: bold;
     }
     
     .note {font-size: 8pt;
            font-weight: normal;
     }
     
     .error, .lastLogin, .orderNum, .memberNum, .confirmation
       {color: #CC0000;
        font-weight: bold;
     }

          
/* **************************************************
   **            Navigational Styles               **
   **                                              **
   **   note: header styles are locked down with   ** 
   **   px to prevent the table from breaking.     **
   **                                              **
   ************************************************** */
   .services {color: #003399;
              font-size: 15px;
              font-weight: bold;
   }
        
   A.headerNav:link, A.headerNav:active, A.headerNav:visited 
     {color: #FFFFFF;
      font-size: 12px;
      line-height: 14px;
      font-weight: bold;
      text-decoration: none;
   }
                                                                
   .navPipe {color: #FFFFFF;
             font-size: 16px;
             line-height: 16px;
   }


/* ****************************************************
   **          Lefthand Navigation Styles            **
   **************************************************** */
   A.leftHandNav:link, A.leftHandNav:active, A.leftHandNav:visited 
     {color: #666666;
      font-size: 14px;
      line-height: 16px;
      text-decoration: none;
   }
			      
   A.leftHandThirdNav:link, A.leftHandThirdNav:active, A.leftHandThirdNav:visited 
     {color: #666666;
      font-size: 12px;
      line-height: 14px;
      text-decoration: none;
   }


/* **************************************************
   **                Footer Styles                 **
   ************************************************** */
   A.footerNav:link, A.footerNav:active, A.footerNav:visited 
     {color: #666666;
      font-size: 12px;
      line-height: 14px;
      text-decoration: none;
   }
   
   .footerPipe  {color: #666666;
                 font-size: 14px;
                 line-height: 16px;
   }


/* **************************************************
   **               Audience Styles                **
   ************************************************** */           
   A.aboutTitle:link, A.aboutTitle:active, A.aboutTitle:visited
     {color: #003399;
      text-decoration: none;
   }
    
   A.memberNav:link, A.memberNav:active, A.memberNav:visited 
     {color: #3900AA;
      font-size: 12px;
      line-height: 14px;
      text-decoration: none;
   }
   
   A.memberTitle:link, A.memberTitle:active, A.memberTitle:visited
     {color: #005539;
      text-decoration: none;
   }
   
   A.prescriberTitle:link, A.prescriberTitle:active, A.prescriberTitle:visited
     {color: #550055;
      text-decoration: none;
   }
   
   A.sponsorTitle:link, A.sponsorTitle:active, A.sponsorTitle:visited
     {color: #008080;
      text-decoration: none;
   }
                                                              
/* **************************************************
   **                 Form Styles                  **
   ************************************************** */
   .inputBox {font-family: "Courier New", Courier;
              font-size: 14px;
              lineheight: 14px;
   }
   
   .required {font-family: Arial, Helvetica, Sans-Serif;
              color: #666666;
              font-size: 8pt;
   }
   
   .fieldCaption {font-family: Arial, Helvetica, Sans-Serif;
                  color: #666666;
                  font-size: 8pt;
   }

                                                              
  /* *********** Inline Login Box Styles *********** */
   .login {font-family: Arial, Helvetica, Sans-Serif;
           font-size:10pt;
           font-weight: 600;
           color: #FFFFFF;
   }
             
   .description {font-size: 8pt} 
      }

                                                              
  /* *********** PASSWORD *********** */
   .Password {font-family: courier new;
           font-size:14pt;
           font-weight: 600;
           color: #FF0000;
   }