@charset "windows-1255";

.title {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #88ab2e;
	text-decoration: none;
}

.text_white {
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}
.text_black {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
p {
	font-family: Arial;
	font-size: 11px;
}
td {font-family: Arial;
	font-size: 11px;
	}
.text_black:hover {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}
.text_white:hover {
	font-family: Arial;
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.contactTitles {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

