body{
    font-family: 'Open Sans', "times new roman";
}
input, textarea{
    font-family: 'Open Sans', "times new roman";
    font-size: 14px;
}

h1,h2,h3,h4,h5,h6{
    text-transform: none;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
}


h1,h2,h3,h4{
    margin-top: 10px;
    font-size: 30px;
    margin-bottom: 5px;
}
h2{
    font-size: 27px;
}
h3{
    margin-top: 5px;
    font-size: 22px;
}

h4{
    font-size: 20px;
}
h5{
    font-size: 14px;
    margin-bottom: 5px;
}

.headerstyleDarkGreen{
    background: rgb(0, 107, 37);
    color: #FFF;
    padding: 8px 8px 8px 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.headerstyleDarkGreen *{
    color: #FFF;
    margin-bottom: 0;
    margin-top: 0;
}




p, table, ul{
    margin-top: 0;
    font-family: 'Open Sans', "times new roman";
    font-size: 15px;
    margin-bottom: 15px;
}
a{
    color: #000;
    text-decoration: none;
}
p a {
    border-bottom: 1px dotted #666;
}

label{ 
    font-size: 14px;
}
#MainContent ul{
    list-style-type: "- ";
    padding-left: 10px;
}
#MainContent li{
    line-height: 25px;
}



@media screen and (max-width: 767px){
    h1,h2,h3{
        font-size: 18px;
    }
}