/**********************************************************//*                                                        *//* style.css - Cascading Style Sheet                      *//*                                                        *//* Client:     Sutcliffe Speakman Limited                 *//*                                                        *//* Copyright: (c) 1998-03 all rights reserved by :-       *//*                Technical System Services Limited       *//*                                                        *//**************{ Version: 4.1 - SC 03/04/03 }**************/   /*==================={ COLORS }===================*/   /* Cut'n'Paste colour definitions from colors.css */   /*================================================*/BODY, P, TR, TD, OL, LI, UL {   font-family: Arial, Helvetica, sans-serif;   font-size: 12px;   color: black;}BODY {   /*================================================*/   /* Scrollbar Styling Only For IE4.                */   /*================================================*/   scrollbar-face-color: whitesmoke; /*   scrollbar-shadow-color: whitesmoke; *//*   scrollbar-3dlight-color: whitesmoke; *//*   scrollbar-darkshadow-color: blue;*/   scrollbar-track-color: whitesmoke;   scrollbar-arrow-color: #001858;            /* pms281 navy #001858 */    /*================================================*/   /* position: absolute;                            */   /* Never use the above with NN - it fails         */   /*================================================*/   /*================================================*/   /* Minimise Window Client Gutter Size.            */   /*================================================*/   left: 3px;   top: 3px;   margin: 1px;  }TD, TR {                                      /* restyle tables here */   font-size: 12px;//   line-height: 12px;}   /*======================================================*/   /* IE4.  line-height compared with font-size determines */   /*       how tightly lines of text are packed together  */   /* NN4.6 line-height usage with TD, TR wrecks tables    */   /*       however, lineheight is needed with Hs ...      */   /*======================================================*/EM {   color: rgb(0%, 10%, 35%);                  /* pms281 navy #001858 */   font-style: normal;   font-weight: bold;}      /*==========================={ NOTICE }===========================*/   /* The <Q/QUOTE> tag is IE4 only. Use the <S/STRIKE> one instead  */   /*================================================================*/Q, S {   color: rgb(19%, 22%, 56%);          /* track-action navy #303890 */   font-style: normal;   font-weight: bold;   text-decoration: none;               /* disable actual strikeout */}   H1, H2, H3, H4, H5, H6 {   font-family: Tahoma, Helvetica, sans-serif;   margin-top: 3px;   margin-bottom: 1px;   font-size: 12px;   line-height: 12px;   color: black;   font-weight: 900;   letter-spacing: 2px;}   H1 {   font-family: Tahoma, Helvetica, sans-serif;   margin-top: 3px;   margin-bottom: 1px;   font-size: 14px;   line-height: 14px;   color: rgb(0%, 10%, 35%);                  /* pms281 navy #001858 */}   H4, H6 {   color: rgb(0%, 10%, 35%);                  /* pms281 navy #001858 */}   H3, H5 {   color: rgb(28%, 50%, 28%);           /* hauntedFish green #488048 */}      /*========================{ EXTRA STYLING }=======================*/.small {   font-size: 10px;   line-height: 10px;}.tiny {   font-size: 9px;   line-height: 9px;   font-weight: normal;}.spaced {   letter-spacing: 1px;}.spacedout {   letter-spacing: 2px;}.extrabold {   letter-spacing: 1px;   font-weight: 900;}.prompt {   letter-spacing: 2px;   font-weight: bold;}.heavy {   font-weight: 900;     // very extra bold ... works with little fonts}A,A:Link,A:Visited {   font-family: Arial, Helvetica, sans-serif;   font-weight: bold;   color: rgb(28%, 50%, 28%);           /* hauntedFish green #488048 */   text-decoration: none;}A:Visited {   color: rgb(60%, 10%, 50%);          /* hauntedFish purple #991980 */}A:Hover {                                    /* CSS2 special for IE4 */   color: rgb(60%, 60%, 60%);                   /* just gray #999999 */   text-decoration: underline;}A:Link {   color: rgb(28%, 50%, 28%);           /* hauntedFish green #488048 */}