body{
	margin:0;
	padding:0;
	width:100%;
	font-family:Arial;
	font-size:12px;
	background-color:#ffffff;
	color:#231f20;
}

.clear{
	clear: both;
	padding: 0px;
	margin: 0px;
	height: 0px;
	overflow: hidden;
	font-size:0px;
}

form {
	padding: 0px;
	margin: 0px;
}

textarea {
    resize: vertical;
}

a {
	color:#ff0000;
	border-bottom-color: #ff0000;
}
a:hover {
	text-decoration: none;
}

.fl {
	width: auto;
	float: left;
}

.fr {
	width: auto;
	float: right;
}

.left {
	float: left;
}

.right {
	float: right;
}

h5 {
	font-size:18px;
	color:#f57e04;
	font-weight: normal;
	padding:0px;
	margin:0px;
}

h5.black {
	font-size:20px;
	color:#231f20;
	font-weight: normal;
	padding:0px;
	margin:0px;
}

h4 {
	font-size:25px;
	color:#f57e04;
	font-weight: normal;
	padding:0px;
	margin:0px;
	padding-bottom:5px;
}

h3 {
	font-size:25px;
	color:#f57e04;
	font-weight: normal;
	padding:0px;
	margin:0px;
	padding-bottom:20px;
}

p {
	padding:10px 0 8px;
	margin:0px;
	line-height: 18px;
}

*:focus {outline: none;}

.first-letter-upper:first-letter {
    text-transform: uppercase;
}

.bx-calendar-title {
    background: #000000 !important;
}