body {
font-weight: 18px; line-height: 28px; color: #000000;
}

h1 {
font-family: inherit;
font-weight: 800;
font-size: 58px;
text-transform: uppercase;
color: #000000;
text-decoration: underline solid  #e10000;
}

h2 {
font-family: inherit;
font-weight: 700;
text-transform: uppercase;
font-size: 46px;
color: #000000;
text-decoration: underline solid  #e10000;
}

h3 {
font-family: inherit;
font-weight: 700;
font-size: 32px;
color: #000000;
}

h4 {
font-family: inherit;
font-weight: 700;
font-size: 26px;
color: #000000;
}

h5 {
font-family: inherit;
font-weight: 600;
font-size: 22px;
color: #000000;
}

p {
margin: 0; padding: 0 0 12px 0;
}

a {
color: #e10000;
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

.color_gray {
color: #7a7e82;
}


.formMarginBottom {
    margin-bottom: 5px;
}