.black_text { font-family: sans-serif;
              font-size: 11pt;
              font-weight: bold;
              color: #000000 }

body { background-image: URL(images/background.gif);
       padding: 0;
       margin: 5px }

img { border: 0 }

a { color: #0071BC;
    font-weight: bold;
    text-decoration: none }

a:hover { background: #0071BC;
          color: #FFFFFF }

table.pane { background-image: URL(images/panebackground.gif) }

td.pane_topleft { width: 10px;
                  height: 10px;
                  background-image: URL(images/paneborder_topleft.gif) }
                  
td.pane_top { height: 10px;
              background-image: URL(images/paneborder_top.gif) }

td.pane_topright { width: 10px;
                   height: 10px;
                   background-image: URL(images/paneborder_topright.gif) }

td.pane_left { width: 10px;
               height: 100%;
               background-image: URL(images/paneborder_left.gif) }

td.pane_right { width: 10px;
                height: 100%;
                background-image: URL(images/paneborder_right.gif) }

td.pane_bottomleft { width: 10px;
                     height: 10px;
                     background-image: URL(images/paneborder_bottomleft.gif) }
                   
td.pane_bottom { height: 10px;
                 background-image: URL(images/paneborder_bottom.gif) }
                   
td.pane_bottomright { width: 10px;
                      height: 10px;
                      background-image: URL(images/paneborder_bottomright.gif) }

