@charset "=UTF-8";
.body-text {
	font-style: normal;
	font-family: Verdana,Geneva,sans-serif;
	font-size: medium;
	color: #666;
}

.body-text-bold {
    font-style:normal;
    font-family:Verdana,Geneva,sans-serif;
    font-size:12px;
    font-weight:700;
    color:#666666
}

.body-blue {
    font-style:normal;
    font-family:Verdana,Geneva,sans-serif;
    font-size:12px;
    color:#4fb1f2
}

.body-blue-bold {
    font-style:normal;
    font-family:Verdana,Geneva,sans-serif;
    font-size:12px;
    font-weight:700;
    color:#4fb1f2
}

.body-orange {
    font-style:normal;
    font-family:Verdana,Geneva,sans-serif;
    font-size:12px;
    color:#e38a07
}

.body-small-ital {
    font-family:Verdana,Geneva,sans-serif;
    font-size:10px;
    color:#666;
    font-style:italic
}

.h1 {
    font-style:normal;
    font-family:Verdana,Geneva,sans-serif;
    font-size:20px;
    font-weight:700;
    color:#e38a07
}

.h2 {
	font-style: normal;
	font-family: "Arial Black";
	font-size: large;
	font-weight: 700;
	color: #4892c3;
}
.h2-2 {
    font-style:normal;
    font-family:Verdana,Geneva,sans-serif;
    font-size:16px;
    font-weight:700;
    color: #FFFFFF
}

.h3 {
    font-style:normal;
    font-family:Verdana,Geneva,sans-serif;
    font-size:13px;
    font-weight:700;
    color: #4fb1f2
}

.h4 {
    font-style:normal;
    font-family:Verdana,Geneva,sans-serif;
    font-size:12px;
    font-weight:700;
    color: #4892c3
}

.button-orange {
    background:#f1a83e;
    width:auto;
    border:1px solid maroon;
    padding:20px;
    border-top-right-radius:10px;
    border-top-left-radius:10px;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px
}

.button-lightblue {
    background:#42b8dd;
    width:auto;
    border:1px solid maroon;
    padding:20px;
    border-top-right-radius:10px;
    border-top-left-radius:10px;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px
}