BODY  { background-color : #BCC0C0;
            width : 100%;
            height : 100%;
            overflow: hidden;
            background-image : url(../LTR_imgs/shared/ltrbg.jpg);
            background-repeat : repeat-x;
            margin : 0px;
            padding : 0px;
            font-family : Verdana, Helvetica, sans-serif;
            font-size : 9px;
            color : #634343;
        }

H1     {  font-family : Helvetica, Ariel, sans-serif;
            font-size : 10px;
            font-weight : bold;
            color : #000000;
            margin-top : 0px;
            margin-bottom : 10px;
        }

P       {  font-family : Verdana, Helvetica, sans-serif;
            font-size : 9px;
            color : #634343;
            margin-top : 0px;
            margin-bottom : 10px;
        }

A:link, A:active, A:visited {
            color : #321415;
            text-decoration : none;
        }

A:hover {
            color : #7a5959;
            text-decoration : none;
        }

A.showListing:link, A.showListing:active, A.showListing:visited {
            font-size : 9px;
            color : #321415;
            text-decoration : none;
        }

A.showListing:hover {
            font-size : 9px;
            color : #7a5959;
            text-decoration : none;
        }

#sidebar {
            position : absolute;
            left : 0px;
            top : 0px;
            width : 520px;
            height : 850px;
            margin : 0px;
            padding : 0px;
            z-index :1;
        }

#topbar {
            position : absolute;
            left : 263px;
            top : 0px;
            width : 514px;
            height : 91px;
            margin : 0px;
            padding : 0px;
            z-index : 2;
        }

#newsClipping {
           overflow: hidden;
           clip : rect(0px,455px,491px,1px);
           position : absolute;
           left : 320px;
           top : 102px;
           width : 457px;
           height : 491px;
           margin : 0px;
           padding : 0px;
           z-index : 4;
       }

#news {
           overflow: hidden;
           position : absolute;
           left : 0px;
           top : 0px;
           width : 457px;
           margin : 0px;
           padding : 0px;
           z-index : 3;
       }

#newsTable {
           font-family : Verdana, Helvetica, sans-serif;
           font-size : 9px;
           color : #634343;
       }

TD.showListing {
         background : #BCC0C0;
         color : #634343;
         font-family : Verdana, Helvetica, sans-serif;
         font-size : 9px;
         padding-left : 5px;
         text-decoration : none;
       }

TD.newsHeading{
         background : #634343;
         color : #BCC0C0;
         font-family : Verdana, Helvetica, sans-serif;
         font-size : 9px;
         width : 457px;
         padding-left : 5px;
       }


