
#PagesPreface {
    margin:0px 35px;
    padding: 5px 10px;
    background-color:#e9f4cc;
    border-bottom:3px double #3e7905;
    font-weight:bolder;
}   
    #PagesPreface a {
        padding:3px;
        text-decoration:none;
    }
    #PagesPreface a:hover {
        text-decoration:underline;
    }
#PagesText {
    padding:0px 35px;
}

#PagesText p {
    text-align:justify;
}

#DocumentsList li {
	border-bottom:1px dotted #666;
	list-style-type:none;
}

#DocumentsList li.last {
	border:none;
}


#DocumentsList a {
    display:block;
    color:#666;
    padding:3px 5px;
    text-decoration:none;
}

#DocumentsList a:hover {
    background-color:#ddd;
    color:#333;
}

#DocumentsList a span {
    font-weight:bold;
}

#DocumentsList img {
    float:left;
    border:0px;
    margin-right:5px;
}
