body {
}

.boxheader {
    background-color: #7BA3AB;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.7) !important;
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1),rgba(255, 255, 255, 0.1));
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: bold;
    line-height: 110%;
    padding: 15px 15px 15px 25px;
    margin-bottom: 15px;
}

.Head {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.15);
    color: rgba(255, 255, 255, 0.7) !important;
}