a, label, input, li, p, span, h1, h2, h3, h4, h5, h6,td, th,div,button {
    font-family: 'Open Sans', sans-serif !important;
    color: #323232;
}

h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 1em;
}

h1 {
    font-size: 30px;
    margin-bottom: 15px;
}

h2 {
    font-size: 45px;
    margin-bottom: 0px;
    display: inline-block;
	color: #89bf42;
}
h2 span{
    font-size: 22px;
}
h3 {
    font-size: 18px;
    margin-bottom: 18px;
}

h4 {
    font-size: 16px;
    margin-bottom: 16px;
}

h5, h5 span { /* .title-small = h5 */
    font-size: 15px;
    margin-bottom: 15px;
}

h6 {
    font-size: 14px;
    margin-bottom: 14px;
}
label{
   font-size: 14px;
}
a, p, span, li, input, th, td {
    font-size: 16px;
}

.title-small,.text-bold,.title-small-edge, th {
    font-weight: 700;
}

p{
    line-height: 1.3em;
	font-size: 16px;
}

.text-bold{
    font-weight: 700;   
}
.underline{
    text-decoration: underline;
}