#MainPageLink {
    margin: -45px 0 10px 0;
    width: 90%;
    background: url(/images/navigation/home.png) no-repeat left top;
    text-align: left;
    padding-left: 34px;
    height: 28px;
    text-decoration: none;
}

#MainPageLink A:link {
    color: #336699;
    text-decoration: none;
    padding-top: 4px;
    display: block
}

#MainPageLink A:hover {
    color: #004080;
    text-decoration: underline
}

.DocumentTitle,
.DatesDivClass,
.DocumentAuthors {
    display: none;
}

p,
li {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    color: #333;
}

hr.style-one {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image: -o-linear-gradient(left, #ccc, #333, #ccc);
}

.box2 h3 {
    text-align: center;
    position: relative;
    top: 80px;
}

.box2 {
    /*width:220px;
height:330px;		
margin:40px auto;*/
    background: rgb(251, 251, 251);
    border-top: 2px solid #E1E1E1;
    border: 1px solid #aebcd6;
    margin-top: 5px;
}


.effect2 {
    position: relative;
}

.effect2:before,
.effect2:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.effect2:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

.LatestList h3 {
    display: none;
}

.LatestList .link li {
    font-size: 13px !important;
    margin-bottom: 20px;
    font-family: Verdana, Geneva, sans-serif
}

.LatestList .link a {
    font-size: 14px !important;
    font-weight: 700;
    font-family: Verdana, Geneva, sans-serif
}

.LatestList .link a:hover {
    text-decoration: underline;
}

.LatestListDescription {
    display: block !important;
    color: #666;
    font-size: 13px;
    font-family: Verdana, Geneva, sans-serif
}

.CategoryListPanel {
    margin-bottom: 50px;
}

.CategoryListPanel h2 {
    font-size: 16px;
}

.LatestListDescription a {
    font-weight: 500 !important;
}

.list-group-item {
    margin-top: 20px;
}