/**********************************************************/
/*                                                        */
/* style.css - Cascading Style Sheet                      */
/*                                                        */
/* Client:     Airconstruct (Midlands) Limited            */
/*                                                        */
/* Copyright: (c) 1998-03 all rights reserved by :-       */
/*                Technical System Services Limited       */
/*                                                        */
/**************{ Version: 1.7 - SC 21/04/03 }**************/

   /*==================={ COLORS }===================*/
   /* Cut'n'Paste colour definitions from colors.css */
   /*================================================*/

/*   color: rgb(7%, 6%, 40%);   */               /* ACM navy #110F67 */
/*   color: rgb(63%, 70%, 82%);   */             /* ACM blue #A0B2D0 */

/*   color: rgb(74%, 5%, 5%);   */                /* ACM red #BD0C0C */
/*   color: rgb(5%, 62%, 5%);   */              /* ACM green #0D9E0D */
/*   color: rgb(40%, 6%, 40%);   */            /* ACM purple #670D67 */

BODY, P, TR, TD, OL, LI, UL {
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 12px;
   color: black;
}

   /*======================================================*/
   /* 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 ...      */
   /*======================================================*/

TD, TR {                                      /* restyle tables here */
   font-size: 12px;
   line-height: 12px;
}

EM {
   color: rgb(7%, 6%, 40%);                      /* ACM navy #110F67 */
   font-style: normal;
   font-weight: bold;
}   

   /*==========================={ NOTICE }===========================*/
   /* The <Q/QUOTE> tag is IE4 only. Use the <S/STRIKE> one instead  */
   /*================================================================*/

Q, S {
   color: rgb(63%, 70%, 82%);                    /* ACM blue #A0B2D0 */
   font-style: normal;
   font-weight: bold;
   text-decoration: none;               /* disable actual strikeout */
}   

H1, H2, H3, H4, H5, H6 {
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 16px;
   line-height: 16px;             /* causes double line height NN4.6 */
   letter-spacing: 1px;
   margin-bottom: 2px;
   margin-top: 2px;
   font-weight: 900;
   color: black;
}

   /*========================{ 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
}

.company {
   font-size: 14px;
   line-height: 14px;
   color: rgb(7%, 6%, 40%);                      /* ACM navy #110F67 */
   font-style: italic;
   font-weight: 900;     // very extra bold ... works with little fonts
}

A,A:Link,A:Visited {
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 12px;
   font-weight: bold;
   text-decoration: none;
   color: rgb(7%, 6%, 40%);                      /* ACM navy #110F67 */
}

A:Visited {
   color: rgb(40%, 47%, 66%);                /* ACM deepblue #6878A8 */
/*   color: rgb(5%, 62%, 5%);   */              /* ACM green #0D9E0D */
}

A:Hover {
   color: rgb(74%, 5%, 5%);                       /* ACM red #BD0C0C */
   text-decoration: underline;
}

.menu {               /* Version:    2.0 - SC 21/04/03 ~ menu styles */
   font-family: Verdana, Helvetica, sans-serif;
   font-size: 12px;
   line-height: 12px;                                /* needed NN4.5 */
   margin-bottom: 2px;
   margin-top: 2px;
   font-weight: 900;
   letter-spacing: 2px;
   color: black;
}

