.header {
    background: url(../images/bg1.jpg) 0 0 repeat fixed;
    text-align: center;
    padding: 40px 0;
    margin-bottom: 40px;
}

h3 {
    margin-bottom: 20px;
}

h4 {
    font-size: 24px;
    font-weight: 600;
    color: #434343;
}

h4 small {
    font-size: 16px;
    font-weight: 600;
    color: #434343;
}

li {
    list-style-type: disc;
    margin-left: 30px;
}

table {
    border: 1px solid #434343;
    margin-bottom: 15px;
    width: 100%;
}

p {
   font-size: 14px !important; 
   margin-bottom: 5px;
   line-height: 1.4em;
}
td p:last-child {
    margin-bottom: 0;
}
td {
    padding: 4px; margin: 0px;
    border: 1px solid #434343;
    vertical-align: top;
    font-size: 14px;
}