@charset "windows-1255";
.creditFont {
	font-family: Arial;
	font-size: 10px;
	color: #afd3f2;
	text-decoration: none;
}
.creditFont:hover {
	font-family: Arial;
	font-size: 10px;
	color: #afd3f2;
	text-decoration: none;
}
.newsTitle {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #48ffbf;
}

.newsTitle a {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #48ffbf;
	text-decoration:none;
	line-height:7px;
}
.newsTitle a:hover {
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #48ffbf;
	text-decoration:underline;
	line-height:7px;
}.text {
	font-family: Arial;
	font-size: 13px;
	color: #FFF;
}
.newsText {
	font-family: Arial;
	font-size: 13px;
	color: #FFF;
}
a {	font-family: Arial;
	font-size: 13px;
	color: #FFF;
	text-decoration:underline;
}

a:hover {	font-family: Arial;
	font-size: 13px;
	color: #FFF;
	text-decoration:none;
}

.normalText {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
}
.normalTextBold {
	font-family: Arial;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
}

.pageTitle {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #48ffbf;
}
