TABLE.header { table-layout: fixed;
               border-collapse: separate;
               border-spacing: 0;
               margin: 2px 0 4px 0;
               width: 100%;
             }

TR.header { background-image: url("../images/topmenu/picturestrip.jpg");
            background-repeat: repeat-x;
            background-position: 271px 0;
          }

TD.header { padding: 0 }

TD.subline { //font-weight: bold;
             color: red;
             text-align: center;
             font-family: monospace;
             font-size: smaller;
           }

IMG.headerlogo       { width: 231px;
                       height: 54px;
                       border-width:0;
                     }
IMG.headerblackspace { width: 20px;
                       height: 54px;
                       border-width:0;
                     }

DIV.header { color: #FF003C;
             font-family: "Times New Roman", serif;
             font-size: 14px;
             border-style: solid;
             border-color: #FF003C;
             border-width: 1px 0 1px 0;
             padding: 1px 0 1px 0;
             margin-bottom: 4px;
           }

DIV.header A { color: silver;
               text-decoration: none;
               font-weight: bold;
             }

DIV.header A:hover { color: red }

DIV.header SPAN { color: gray }
