/* Xteq Systems General CSS v3 (2001/05/02) Copyright (C) Xteq Systems (http://www.xteq.com) <link REL="stylesheet" HREF="../etc/xteq.css" TYPE="text/css">  ??? (Strong Yellow): #FFD700 Important: Width = 145mm !!!*//* Background in Strong Blue */ body         { font-color: white; color: white; background-color: #004C70;               font-family: Tahoma, Verdana; text-align: left;               position: absolute; padding-top: 0.4ex; padding-bottom: 9ex;  }                            /* Text background in light yellow, text color is BLACK, border color is dark grey *//* font-color: white; color: white; */.xqMain      { color: black; background-color: #FFFFE0;                position: relative; width: 145mm; left: 10%;                padding-top: 1ex; padding-bottom: 4ex; padding-left: 1.2ex; padding-right: 2ex;                font-size: 93%; letter-spacing: 0.4pt;                border: 2 solid #A0B4C0;    }/* Heading Text color is a dark orange.*/.xqMain h1            { font-size: 120%; letter-spacing: 2pt; color: #FF9900;                         padding-top: 0ex; padding-bottom: 0ex;                         margin-bottom: 0ex; margin-top: 1ex; }.xqMain h2            { font-size: 120%; letter-spacing: 2pt; color: #FF9900;                         padding-top: 0ex; padding-bottom: 4ex;                         margin-bottom: 0ex; margin-top: 1ex; }                                       .xqMain p { margin-bottom: 3ex; margin-top: 0.5ex; padding-top: 0ex; padding-bottom: 0ex;}.xqMain img {margin-right: 2.5ex;}.xqMain pre {font-size: 100%}.xqMain table {color: black;}                                     /* Links... Nothing Special here...  *//* Netscape 4.x will use this !*//* Different than xqMain so NN thinks there is a difference... */.xqMain.a {color: yellow;}/* IE and above will use this ! */.xqMain a:link    {color: blue; text-decoration: underline;}                  .xqMain a:visited {color: blue; text-decoration: underline;}.xqMain a:hover   {color: red; text-decoration: underline overline; }/* Lists... */.xqMain li           { list-style-type: square; margin-bottom: 2ex }.xqMain.smallText {color: black; font-size: 85%;padding-right: 2ex;  }/* Top line (below navigation) */.xqHeaderLine  { font-size: 60%; text-align: center;                 padding-top: 0.2ex; padding-bottom: 0.2ex;                                    position: relative; width: 145mm; left: 10%;                 margin-bottom: 0.3ex; }.xqHeaderLine a:link {color: #FFFFE0;  text-decoration: none; }.xqHeaderLine a:visited {color: #FFFFE0;  text-decoration: none; }/* Footer Line (above navigation) */.xqFooterLine  { font-size: 60%; text-align: center;                 padding-top: 0.2ex; padding-bottom: 0.2ex;                  position: relative; width: 145mm; left: 10%;                 margin-top: 0.1ex; margin-bottom: 0.3ex;}.xqFooterLine a:link {color: #FFFFE0;  text-decoration: none; }.xqFooterLine a:visited {color: #FFFFE0;  text-decoration: none; }                            /* Navigation (top and bottom of each page). Small letter, bold with a lick organge background */               /* IMPORTANT: Is set to use MM messurement to avoid scaling !!! */.xqNavbar       { background-color: #FFB951; font-weight: bold; color: black; font-size: 95%;                   position: relative; left: 10%; width: 145mm; padding: 0.6ex;}               .xqNavbar a:link    {background-color: #FFB951;                      position: relative; padding-left: 0.4ex; padding-right: 0.2ex; padding-top: 0.2ex; padding-bottom: 0.2ex;                      width: 20mm;                     border-style: solid; border-color: #004C70; border-width: 0.1ex;                     color: black; text-decoration: none;                     margin-right: 0.1ex; }.xqNavbar a:visited {background-color: #FFB951;                      position: relative; padding-left: 0.4ex; padding-right: 0.2ex; padding-top: 0.2ex; padding-bottom: 0.2ex;                      width: 20mm;                     border-style: solid; border-color: #004C70; border-width: 0.1ex;                     color: black; text-decoration: none;                     margin-right: 0.1ex; }              .xqNavbar a:hover   {background-color: #FFFFE0; }