@charset "windows-1255";
.green_title {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #70c90f;
	text-decoration: none;
}
.blue_title {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #1c63bd;
	text-decoration: none;
}
.orange_title {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #ffa800;
	text-decoration: none;
}
.white_title {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.light_text {
	font-family: Arial;
	font-size: 12px;
	color: #89987b;
	text-decoration: none;
}




.credit_font {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
.white_text {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.grey_title {
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #4d4d4d;
	text-decoration: none;
}
.from_text {
	font-family: Arial;
	font-size: 10px;
	color: #89987b;
	text-decoration: none;
}

