﻿body {
    font-family: 'Roboto', sans-serif;
}

.main {
    padding: 0px 12px;
    margin: 12px 8px 8px 8px;
    min-height: 420px;
    background-color: white;
    font-family: 'Roboto', sans-serif;
}

.maincontent {
    font-family: 'Roboto', sans-serif;
}

p {
    font-family: 'Roboto', sans-serif;
}

.page
{
   
    background-color: white;
    margin: 2px auto 0px auto;
    border: none;
    font-family: 'Roboto', sans-serif;
}

.form {
    background-color: white;
    font-family: 'Roboto', sans-serif;
}

.button {
    font-family: 'Roboto', sans-serif;
}

.centerCell {
    text-indent:30px;
}

.hidden {
    display: none;
}

.center {
    text-align: center;
}

.customh2{
    font-family: "Open Sans Condensed";
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    color: #005daa;
    margin-bottom: 5px;
    margin-top: 14px;

}
