/* --------------------------
   Main Style Sheet
   South Hampton Roads N-TRAK
   Revised APR 5, 2005
   Robert Cruse
   -------------------------- */

/* CAUTION: The use of WYSIWYG HTML editors to update
   the pages that use this stylesheet may produce
   inline styles which overide the settings in this
   stylesheet. Check you editor's documentation to see
   if it supports the use of external styles like this
   stylesheet.

   Color settings are hexidecimal values in RGB format.
   The first two digits represent the RED brightness.
   Each of the remaining pairs represent GREEN and BLUE.
   Higher values represent brighter shades. #000000
   would be black, #ffffff white and #d0ffff light
   blue.

   Each parameter MUST be followed by a semicolon.

   Note that style sheets use colons instead of the
   equals sign.

   Class names that start with a period apply to the same
   HTML tag as the preceding class in the list. Classes for
   different tags are permited to have identical names.    */

body {background-color#ffffff;
     }

a.menulink {text-decoration:none;
            font-family:ariel, sans-serif, proportional;
           }

table.defaultformat {width:175mm;
                     height:225mm;

                     /* should make page plus the Trainweb
                        banner JUST fit a 11 X 8 1/2 inch
                        page.                              */
                     border-style:none;
                     padding:0;
                    }
     .menu {background-color:boffff;
                borderstyle:none;
                vertical.align:top;
               }

td.menulink {background-color:#b0ffff;
             border-style:outset;
             margin-bottom:1;
             padding-bottom:1;
             vertical-align:top;
             text-align:center;
            }

  .menufill {background-color:#e0ffff;
             border-style:none;
             height:auto;
             vertical-align:top;
             width:27%;
            }

  .header   {background-color:#e0ffff;
             vertical-align:top;
             width:auto;
             height:4mm;
             text-align:center;
             font-famaly: "Times Roman", serif, proportional;
             font-color:#000000;
            }

  .maincontent {font-family:"Times Roman", serif, proportional;
                padding:10;
                vertical-align:top;
                width:auto;
                height:auto
               }

  .thumbnail   {background-color:#ffffff;
                width:33%;
                height:auto;
               }

  .footerleft  {background-color:#b0ffff;
                border-style:outset;
                margin-bottom:1;
                padding-bottom:1;
                height:1mm;
                text-align:center;
               }

  .footercenter{background-color:#ffffff;
                border-style:none;
                margin-bottom:1;
                padding-bottom:1;
                height:1mm;
                text-align:center;
               }

  .footerright {background-color:#b0ffff;
                border-style:outset;
                margin-bottom:1;
                padding-bottom:1;
                height:1mm;
                width:27%;
                text-align:center;
               }
div.small {font-size:x-small}
