@charset "windows-1255";
.creditFont
{
	font-family: Arial;
	font-size: 11px;
	color: #9eb2d0;
	text-decoration: none;
}
.blueText
{
	font-family: Arial;
	font-size: 12px;
	color: #4c70a9;
	text-decoration: none;
}
.blueText:hover
{
	font-family: Arial;
	font-size: 12px;
	color: #4c70a9;
	text-decoration: underline;
}
.langButton {
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}

.langButton:hover {
	font-family: Arial;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}