.next{
    background: transparent url('../../img/icons/dgrey_2arrow.gif') no-repeat 0px 3px;
    padding: 0px 0px 0px 15px;
    color: #555555;
    font-weight:normal;
}


.next:hover {
    background: transparent url('../../img/icons/dgrey_2arrow.gif') no-repeat 0px 3px;
    padding: 0px 0px 0px 15px;
    color: #000000;
}

.back{
    background: transparent url('../../img/icons/dgrey_arrow.gif') no-repeat 0px 3px;
    padding: 0px 0px 0px 15px;
    color: #555555;
    font-weight:normal;
}

.back:hover{
    background: transparent url('../../img/icons/dgrey_arrow.gif') no-repeat 0px 3px;
    padding: 0px 0px 0px 15px;
    color: #000000;
}


.pdf{
    background: transparent url('../../img/icons/pdf.png') no-repeat 0px 0px;
    padding: 3px 0px 3px 33px;
    color: #555555;
    font-weight:normal;
    line-height:22px;
    margin: 2px 0px 2px 0px;
}

.pdf:hover{
    background: transparent url('../../img/icons/pdf.png') no-repeat 0px 0px;
    padding: 3px 0px 3px 33px;
    color: #000000;
    line-height:22px;
    margin: 2px 0px 2px 0px;
}

.back-bottom{
    background: transparent url('../../img/icons/dgrey_arrow.gif') no-repeat 0px 3px;
    padding: 0px 0px 0px 15px;
    color: #555555;
    font-weight:normal;
}

.back-bottom:hover{
    background: transparent url('../../img/icons/dgrey_arrow.gif') no-repeat 0px 3px;
    padding: 0px 0px 0px 15px;
    color: #000000;
}

.pagecontent {
    margin-bottom: 10px;
}




