@charset "UTF-8";
#caseContainer {
    overflow: hidden;
    background-color: #333333;
}
#caseFooter {
    height: 25px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #333333;
    color: #fc6600;
    font-family: verdana;
    font-weight: bold;
    font-size: 10pt;
    text-align: center;
    vertical-align: middle;
    padding-top: 15px;
    padding-bottom: 5px;
}
.caseHeadingStyle {
    color: #656565;
    font-family: verdana;
    font-weight: bold;
    padding-left: 20px;
    text-transform: capitalize;
    font-size: 18pt;
}
.caseSubHeadingStyle {
    color: #656565;
    font-family: verdana;
    font-weight: bold;
    padding-left: 50px;
    text-transform: capitalize;
    font-size: 18pt;
}

a:link {
    color: #656565;
    text-decoration: none;
    font-family: verdana;
    font-weight: bold;
    font-size: 18pt;
}

a:visited {
    color: #656565;
}
a:hover{
    color: rgba(255,255,255,0.80);
}
