@charset "UTF-8";
.bg {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.mainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-style: normal;
	line-height: 17px;
}
.textBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
}
.mainTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-style: normal;
	line-height: 17px;
	font-weight: bold;
}
.mainTextSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
}
.mainTextSmallBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-style: normal;
	line-height: 15px;
	font-weight: bold;
}
.bigText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	color: #FFFFFF;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	text-decoration: none;
}
