@charset "windows-1255";
.text {
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.title {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
.title2 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.title:hover {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: underline;
}
.textmail {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

