        html, body {
            background-color: #303753;
            font-family: verdana, sans-serif;
        }
        body, td, p {
            font-size: 8pt;
            color: #000000;
            margin: 0px;
        }
       img {
         border: 0px;
           }
        ul, ol, blockquote {
            margin: 0px 0px 0px 40px;
            padding: 0px;
        }         

        ul {
            list-style-type: disc;
        }

        a, a:visited {
            color: #003366;
            text-decoration: underline;
        }

        a:hover {
            color: #666666;
            text-decoration: none;
        }

        h1 {
            font-family: arial, sans-serif;
            font-size: 11pt;
            color: #000000;
            margin: 0px;
        }

        h2 {
            font-family: arial, sans-serif;
            font-size: 10pt;
            color: #000000;
            margin: 0px;
        }

        h3 {
            font-family: verdana, sans-serif;
            color: #FF6600;
            font-size: 8pt;
            margin: 0px;
        }

        h4 {
            font-family: verdana, sans-serif;
            font-size: 8pt;
            color: #ffffff;
            font-weight: normal;
            margin: 0px;
        }

        pre {
            margin: 0px;
        }

        .menu td {
            font-family: tahoma, sans-serif;
            font-size: 8pt;
            color: #000000;
            margin: 0px;
            padding: 0px;
            font-weight: bold;
        }

        .menu td a.menu {
            font-family: tahoma, sans-serif;
            font-size: 8pt;
            color: #000000;
            margin: 0px;
            padding: 0px;
            font-weight: bold;
            text-decoration: none;
        }
        .menu td a.menu:hover {
            color: #003366;
        }
       .pointer {
          cursor: pointer;
        }
       input.button {
           padding: 0.2em;
           background-color: #003366;
           color: white;
       }
      div.dots {
      background-image:url(images/dots.gif);background-repeat:repeat-x;height:1px;
       }

        div.clear { clear: both; height: 5px; }
        table.forum { width: 100%; border-collapse:collapse; }
        tr.forumdesc { background-color: #003366; padding: 0.1em; }
        tr.forumdesc td {   color: white; }
        tr.forumline {  background-color: #005599;  padding: 0.1em; }
        tr.forumline td {  color: white; }
        a.forum, a.forum:visited { display: block;  width: 99%;  color: white;  text-decoration: none; }
        a.forumlink, a.forumlink:visited { color: white;  text-decoration: underline; }
        a.forumlink:hover { color: white;  text-decoration: none; }
        h2.forumheader { color: #003366; font-size: 16pt; }

     .cargrid {
     background-color: #F5F5F5;
     background: url(images/cars_grid.jpg);
     background-repeat: no-repeat;
     background-position: center center;
     }