.main-text{
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	color: #000000;
	text-align: left;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.footer-text{
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	color: #FFFFFF;
	text-align: left;
	font-variant: normal;
	text-transform: none;
}
.footer-text-header{
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 900;
	color: #FFFFFF;
	text-align: left;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.header-text {
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	color: #EE1C67;
	text-align: left;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

.header-text-blue {
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	color: #00BFF3;
	text-align: left;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

.header-text-black {
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	color: #5B5B5B;
	text-align: left;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

.header-text-green {
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	color: #94E237;
	text-align: left;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}


a img {
	border: none;
}
form .form-control {
    background: none repeat scroll 0 0 #ccc;
    border: 2px solid #e9eef1;
    box-shadow: none;
    color: #959595;
    height: 25px;
	width: 100%;
    	border-radius: 6px;
}
.btn.btn-default {
    background: none repeat scroll 0 0 #ee1c67;
    border: medium none;
    border-radius: 6px;
    color: #FFF;
    font-family: "Montserrat",sans-serif;
    font-size: 14px;
    padding: 10px;
    text-transform: uppercase;
	float: right;
}

.footer-text > a {
    color: #fff;
	text-decoration:none;
}
.footer-text > a:hover {
    color: #ffffff;
	text-decoration:underline;
}
#content > a {
    color: #000;
    text-decoration: none;
}
#content > a:hover {
    color: #000;
    text-decoration: underline;
}
#flyer-printing-content > a {
    color: #000;
    text-decoration: none;
}
#flyer-printing-content > a:hover {
    color: #000;
    text-decoration: underline;
}

