@charset "UTF-8";

.documentContainer li a{
    text-decoration: none;
    font-size: medium;
    font-weight: bold;
    text-transform: none;
    font-style: normal;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    text-align: left;
    color: hsla(0,85%,8%,1.00);	
}

.documentContainer li{
	width:67.85%;
	 display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-bottom-style: none;
    border-bottom-width: thin;
    margin-right: 0;
    margin-left: 0;
    bottom: auto;
    position: relative;
    text-align: left;
	
}

.documentContainer{
	
	
}

.documentContainer li:hover {
    border-bottom: thick solid #993300;
	
}


.next a{
    text-decoration: none;
    font-size: medium;
    font-weight: bold;
    text-transform: none;
    font-style: normal;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    text-align: left;
    height: 25px;
    width: 50px;
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: 0;
    margin-left: 5px;
    bottom: auto;
    position: relative;
    float: left;
    border-style: groove;
    border-color: #000000;

    
}


.next a:hover{
    background-color: #2F0102;
    color: #FFFFFF;	
}

.setfocus{
    background-color: burlywood;
    color: #000000;		
}