@charset "ISO-8859-1";
.white {
font-family: Arial, Helvetica, sans-serif;
	font-weight: light;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
}
.boldwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
}
.black_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #000000;
}
.bold_txt {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	font-style: normal;
	color: #000000;
}
.descr {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: light;
	font-size: 12px;
	color: #85D980;
	font-style: normal;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	font-style: normal;
}
.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: light;
	font-style: normal;
}
