	#body {
	    font-size: 12pt ;
	    font-family : sans-serif ;
	    background: #dddddd ;
	}
        a, a:visited {
            color: white;
            text-decoration: none ;
        }
	#page, #nav, #foot {
	    position: absolute ;
	}
	#nav {
	    font-size:9pt ;
	    left: 0 ;
	    bottom: 28px ;
	    top: 0 ;
	    width: 180px ;
	    background: #dddddd ;
	}
	#foot {
	    right: 0 ;
	    left: 181px ;
	    bottom: 0 ;
	    height: 28px ;
	    font-size: 10pt ;
	    background: #dddddd ;
	}
	#page {
	    top: 0 ;
	    bottom: 29px ;
	    left: 181px ;
	    right: 0 ;
	    background: #ffffff ;
	    overflow: auto ;
	}
	.navi {
	    color: white ;
	    line-height:1.2em;
	    display: block ;
	    margin: 0.4em ;
	    background: url( images/btn_base.gif ) no-repeat 0% 0% #dddddd ;
	    padding:2px;
	    padding-bottom:4px ;
	    padding-top:2px;
	    margin-bottom: 1em ;
	    cursor:default ;
	    font-weight:bold ;
	    height:24px;
	    padding-left:1em;
	}
	.navid {
	    color: #000044 ;
	    line-height:1.2em;
	    display: block ;
	    margin: 0.4em ;
            margin-left:0.2em;
	    background: url( images/btn_dn.gif ) no-repeat 0% 0% #dddddd ;
	    padding:0;
	    padding-bottom:4px ;
	    padding-top:2px;
	    margin-bottom: 1em ;
	    cursor:default ;
	    font-weight:bold ;
	    height:24px;
	    padding-left:1em;
	}
	.navi div {
	    float:right;
	    width:1em;
	    margin-right: -1em;
	    background:none;
	    cursor:default ;
	    z-index: 10 ;
	}
	#foot center {
	    border-top: 1px solid grey;
	}
        h1, h2, h3 {
            color: #4444ff ;
        }
        li {
            margin-bottom: 1.6em ;
        }