body { background-color : #000000 ;
       margin : 0px;
       border : 0px;
       color : #ffffff; }

table tr td { border : 0px ;
              margin : 0px ;}

.head { border : 0px ;}
          
.header { position : absolute ;}

.tabBord a { border-width : thin ;
             border-style : outset ;
             border-color : #7E5800 ;
             background-color : #C6CC92 ;
             display : block ;
             text-decoration : none ;}

.tabBord2 { border-width : thin ;
            border-style : outset ;
            border-color : #7E5800 ;
            background-color : #000000 ;}
       
.tabBord3 { border-width : thin ;
            border-style : outset ;
            border-color : #7E5800 ;
            background-color : #FFFFFf ;}

p { color : #ffffff;
    font : 10pt Arial ;}

ul li ul li { color : #ffffff;
    font : 10pt Arial ;}

.textSmall { color : #ffffff ;
             font : 9pt Arial, Verdana ;}

.heading { color : #ffffff ;
           font : 16pt Arial, Verdana, Helvetica, sans serif ;
           font-style : bold ;}

.heading2 { color : #ffffff ;
            font : 14pt Arial, Verdana, Helvetica, sans serif ;
            font-style : bold ;}
           
.small { color : #ffffff ;
         font : 7pt Arial, Verdana, Helvetica, sans serif ;}
           
a { border : 0px ;
    color: #ffffff ;}

img { border : 0px ;}

.book { margin-left : 10px ;
        margin-right : 10px ;}

a:link { color : #244200 ;
         text-decoration : none ;}
												
.tabBord a:hover { color : #000000 ;
                   background-color : #dde5be ;
                   text-decoration : none ;}

a:active { color : #FF0000 ;
           background-color : #FFFFFF ;
           text-decoration : none ;}

a:visited { color : #000000 ;
            text-decoration : none ;}
	    
ul {
        margin: 0;
        padding: 0;
        list-style: none;
        }
	
ul li {
        position: relative;
        }

li ul {
        position: absolute;
        left: 50px;
        top: 0;
        display: none;
        }
		
ul li a {
        text-decoration: none;
        color: #777;
        background: #fff;
        padding: 5px;
        border: 1px solid #ccc;
        border-bottom: 0;
        }
	
li:hover ul { display: block; }