.text-font {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	font-style: normal;
}
.paragraph {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-align: left;
}
.text-headerblue {
	font-size: 16px;
	color: #039;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: bold;
}
.h1-headerblue {
	font-size: 18px;
	color: #039;
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	font-weight: bold;
	text-align: center;
	}
.text-centered {
	text-align: center;
}
#h3-centered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	font-weight: bold;
}

.bx-prev {
	position: absolute;
	top: 78px;
	left: -55px;
	width: 31px;
	height: 31px;
	text-indent: -999999px;
	background: url(../images/btn_arrow_left.jpg) no-repeat 0 -31px;
}

.bx-next {
	position: absolute;
	top: 78px;
	right: -40px;
	width: 31px;
	height: 31px;
	text-indent: -999999px;
	background: url(../images/but_arrow_right.jpg) no-repeat 0 -31px;
}

.bx-next:hover,
.bx-prev:hover {
	background-position: 0 0;
}
