@charset "utf-8";
.dark_gray_header {
	font-family: Oswald;
	font-size: 17px;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
 }

.menu_item {
    border-style: none;
    border-radius: 0px;
    color: #000000;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding: 10px;
    width: auto;
	text-decoration: none;
 }

.body_text_header_red {
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 400;
    text-align: left;
    color: #ff5654;
 }

.body_text {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 400;
    color: #323232;
 }

.footer {
	font-family: Arial, 'Helvetica Neue', Helvetica, 'Liberation Sans', sans-serif;
	font-size: 11px;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
 }

a:link {
    color: black;
	text-decoration: none;
}

a:visited {
    color: black;
	text-decoration: none;
}

a:hover {
    color: white;
	text-decoration: none;
}

a:active {
    color: black;
	text-decoration: none;
}
